LostFocusEvent Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Shared ReadOnly LostFocusEvent As RoutedEvent
public static readonly RoutedEvent LostFocusEvent
public:
static initonly RoutedEvent^ LostFocusEvent
static val LostFocusEvent: RoutedEvent
public static final var LostFocusEvent : RoutedEvent

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.

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.

.NET Framework Security

See Also

Reference

Buttons Class

Microsoft.SPOT.Input Namespace