FocusNavigationRequestEventArgs.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 the details for focus navigation event.
public:
property FocusNavigationRequest ^ Request { FocusNavigationRequest ^ get(); };
FocusNavigationRequest Request();
public FocusNavigationRequest Request { get; }
var focusNavigationRequest = focusNavigationRequestEventArgs.request;
Public ReadOnly Property Request As FocusNavigationRequest
Property Value
The details for focus navigation event.