DesktopWindowXamlSourceTakeFocusRequestedEventArgs Class

Definition

Provides event data for the TakeFocusRequested event.

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

Properties

Request

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

Applies to