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