FocusNavigationRequest.Reason 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 reason for a focus navigation event.
public:
property FocusNavigationReason Reason { FocusNavigationReason get(); };
FocusNavigationReason Reason();
public FocusNavigationReason Reason { get; }
var focusNavigationReason = focusNavigationRequest.reason;
Public ReadOnly Property Reason As FocusNavigationReason
Property Value
The reason for a focus navigation event.