| IRotaryEncoderRotated Event |
Occurs when the encoder is rotated.
Namespace: Microsoft.IoT.DeviceCore.InputAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event TypedEventHandler<IRotaryEncoder, RotaryEncoderRotatedEventArgs> Rotated
Event Rotated As TypedEventHandler(Of IRotaryEncoder, RotaryEncoderRotatedEventArgs)
event TypedEventHandler<IRotaryEncoder^, RotaryEncoderRotatedEventArgs^>^ Rotated {
void add (TypedEventHandler<IRotaryEncoder^, RotaryEncoderRotatedEventArgs^>^ value);
void remove (TypedEventHandler<IRotaryEncoder^, RotaryEncoderRotatedEventArgs^>^ value);
}
abstract Rotated : IEvent<TypedEventHandler<IRotaryEncoder, RotaryEncoderRotatedEventArgs>,
EventArgs>
Value
Type:
Windows.FoundationTypedEventHandlerIRotaryEncoder,
RotaryEncoderRotatedEventArgsSee Also