DesktopWindowXamlSourceTakeFocusRequestedEventArgs Class

Definition

Provides event data for the TakeFocusRequested event.

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

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.17763.0)
API contract
Windows.UI.Xaml.Hosting.HostingContract (introduced in v3.0)

Properties

Request

Gets a XamlSourceFocusNavigationRequest object that specifies the reason and other info for the focus navigation.

Applies to