FocusChangedEventArgs Class

Definition

Contains event data for the InputFocusController.GotFocus and InputFocusController.LostFocus events.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FocusChangedEventArgs
Inheritance
Object FocusChangedEventArgs
Attributes

Properties

Handled

Gets or sets whether the InputFocusController.GotFocus and InputFocusController.LostFocus events were handled.

Applies to

Продукт Версії
Windows App SDK 1.4, 1.5, 1.6

See also