Buttons.LostFocusEvent Field

Specifies the bubbling-routed event that occurs when a display element on a button device loses the button focus.

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

Syntax

public static readonly RoutedEvent LostFocusEvent

Remarks

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

Button focus refers to state of the display element that is currently receiving input from a button device. At any specific point in time, there can be only one element on a button device's display that has the button focus.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Buttons Class
Buttons Members
Microsoft.SPOT.Input Namespace