Adds or removes callback methods for ButtonPressed events

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public event OnButtonPressed ButtonPressed

Value

Type: Skewworks.NETMF..::..OnButtonPressed

Implements

IControl..::..ButtonPressed

Remarks

Applications can subscribe to this event to be notified when a button press occurs

See Also