XamlSourceFocusNavigationRequest.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 a XamlSourceFocusNavigationReason value that indicates the reason for the navigation request.
public:
property XamlSourceFocusNavigationReason Reason { XamlSourceFocusNavigationReason get(); };
XamlSourceFocusNavigationReason Reason();
public XamlSourceFocusNavigationReason Reason { get; }
var xamlSourceFocusNavigationReason = xamlSourceFocusNavigationRequest.reason;
Public ReadOnly Property Reason As XamlSourceFocusNavigationReason
Property Value
A value that indicates the reason for the navigation request.