Click or drag to resize
PushButtonHelperReleasedEvent Property
Gets the released event for the push button.

Namespace: Microsoft.IoT.DeviceHelpers.Input
Assembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ObservableEvent<IPushButton, EmptyEventArgs> ReleasedEvent { get; }

Property Value

Type: ObservableEventIPushButton, EmptyEventArgs
See Also