FocusEngagedEventArgs FocusEngagedEventArgs FocusEngagedEventArgs FocusEngagedEventArgs Class

Definition

Provides data for the FocusEngaged event.

public : sealed class FocusEngagedEventArgs : RoutedEventArgs, IFocusEngagedEventArgs, IFocusEngagedEventArgs2public sealed class FocusEngagedEventArgs : RoutedEventArgs, IFocusEngagedEventArgs, IFocusEngagedEventArgs2Public NotInheritable Class FocusEngagedEventArgs Inherits RoutedEventArgs Implements IFocusEngagedEventArgs, IFocusEngagedEventArgs2// This API is not available in Javascript.
Inheritance
FocusEngagedEventArgsFocusEngagedEventArgsFocusEngagedEventArgsFocusEngagedEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Inherited Members

Inherited properties

Properties

Handled Handled Handled Handled

Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.

public : PlatForm::Boolean Handled { get; set; }public bool Handled { get; set; }Public ReadWrite Property Handled As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true to mark the routed event handled. false to leave the routed event unhandled, which permits the event to potentially route further and be acted on by other handlers. The default is false.

Additional features and requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

See Also