Click or drag to resize
RotaryEncoderRotatedEventArgs Constructor
Initializes a new RotaryEncoderRotatedEventArgs instance.

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 RotaryEncoderRotatedEventArgs(
	RotationDirection direction
)

Parameters

direction
Type: Microsoft.IoT.DeviceCoreRotationDirection
The direction of rotation.
See Also