Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

Use generic EventHandler<T> for event delegate types #365

@praeclarum

Description

@praeclarum

Description

The Accelerometer and possibly other types use custom delegate types for the even handlers. This creates some minor issues:

  1. It introduces an unnecessary type in the namespace
  2. It makes interpreting the library more difficult

I wonder if you would consider switching to generic EventHandler<AccelerometerChangedEventArgs> and friends to keep things simple.

Basic Information

  • Version with issue: 0.8
  • Platform Target Frameworks:
    • iOS: 11

Metadata

Metadata

Labels

in-progressActively being worked on.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions