Share via


BeforeNavigateEventArgs.Cancel Property

Definition

Gets or sets the Boolean value that specifies whether the navigation operation is cancelled or not.

public:
 property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean

Property Value

True to cancel the navigation operation; False to proceed.

Applies to