DesktopWindowXamlSourceGotFocusEventArgs.Request Property

Definition

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

public:
 property XamlSourceFocusNavigationRequest ^ Request { XamlSourceFocusNavigationRequest ^ get(); };
XamlSourceFocusNavigationRequest Request();
public XamlSourceFocusNavigationRequest Request { get; }
var xamlSourceFocusNavigationRequest = desktopWindowXamlSourceGotFocusEventArgs.request;
Public ReadOnly Property Request As XamlSourceFocusNavigationRequest

Property Value

An object that specifies the reason and other info for the focus navigation.

Applies to