Click or drag to resize
RotaryEncoderPressed Event
Occurs when the button is pressed.

Namespace: Microsoft.IoT.Devices.Input
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event TypedEventHandler<IPushButton, EmptyEventArgs> Pressed

Value

Type: Windows.FoundationTypedEventHandlerIPushButton, EmptyEventArgs

Implements

IPushButtonPressed
See Also