Fires the ButtonReleased event

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

Syntax

C#
protected virtual void OnButtonReleased(
	Object sender,
	int buttonId
)

Parameters

sender
Type: System..::..Object
Object sending the event
buttonId
Type: System..::..Int32
Integer ID corresponding to the affected button

See Also