XamlSourceFocusNavigationRequest.Reason Property

Definition

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.

Applies to