DesktopWindowXamlSourceGotFocusEventArgs.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.