| PushButtonPressed Event |
Occurs when the button is pressed.
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<IPushButton, EmptyEventArgs> Pressed
Public Event Pressed As TypedEventHandler(Of IPushButton, EmptyEventArgs)
public:
virtual event TypedEventHandler<IPushButton^, EmptyEventArgs^>^ Pressed {
void add (TypedEventHandler<IPushButton^, EmptyEventArgs^>^ value);
void remove (TypedEventHandler<IPushButton^, EmptyEventArgs^>^ value);
}
abstract Pressed : IEvent<TypedEventHandler<IPushButton, EmptyEventArgs>,
EventArgs>
override Pressed : IEvent<TypedEventHandler<IPushButton, EmptyEventArgs>,
EventArgs>
Value
Type:
Windows.FoundationTypedEventHandlerIPushButton,
EmptyEventArgsImplements
IPushButtonPressedSee Also