Share via


Buttons.ButtonUpEvent Field

Specifies the bubbling-routed event that occurs when a button on a button device is released.

Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public static readonly RoutedEvent ButtonUpEvent

Remarks

The ButtonUpEvent field specifies a routed event that uses the bubbling routing strategy. The event handler for this event is represented by the ButtonEventHandler Delegate delegate.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Buttons Class
Buttons Members
Microsoft.SPOT.Input Namespace