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

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

Value

Type: Windows.FoundationTypedEventHandlerIPushButton, EmptyEventArgs
See Also