Override this message to handle button released events internally.

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 ButtonReleasedMessage(
	int buttonId,
	ref bool handled
)

Parameters

buttonId
Type: System..::..Int32
Integer ID corresponding to the affected button
handled
Type: System..::..Boolean%
true if the event is handled. Set to true if handled.

See Also