NewWebUIViewCreatedEventArgs.HasPendingNavigate Property

Definition

Gets a value that indicates whether the view has a pending navigation.

public:
 property bool HasPendingNavigate { bool get(); };
bool HasPendingNavigate();
public bool HasPendingNavigate { get; }
var boolean = newWebUIViewCreatedEventArgs.hasPendingNavigate;
Public ReadOnly Property HasPendingNavigate As Boolean

Property Value

Boolean

bool

true if the view has a pending navigation; otherwise, false.

Applies to