DesktopWindowXamlSourceGotFocusEventArgs Class

Definition

Provides event data for the GotFocus event.

public ref class DesktopWindowXamlSourceGotFocusEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DesktopWindowXamlSourceGotFocusEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DesktopWindowXamlSourceGotFocusEventArgs
Public NotInheritable Class DesktopWindowXamlSourceGotFocusEventArgs
Inheritance
Object Platform::Object IInspectable DesktopWindowXamlSourceGotFocusEventArgs
Attributes

Properties

Request

Gets a XamlSourceFocusNavigationRequest object that specifies the reason for (along with other optional info) the focus navigation.

Applies to