GotFocusEvent 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 receives the button focus.

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

Syntax

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

Remarks

The GotFocusEvent 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