Click or drag to resize
RotaryEncoderRotatedEventArgs Class
Provides data for the Rotated event.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCore.InputRotaryEncoderRotatedEventArgs

Namespace: Microsoft.IoT.DeviceCore.Input
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class RotaryEncoderRotatedEventArgs : IStringable

The RotaryEncoderRotatedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRotaryEncoderRotatedEventArgs
Initializes a new RotaryEncoderRotatedEventArgs instance.
Top
Properties
  NameDescription
Public propertyDirection
Gets a value that indicates direction of rotation.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also