CancelEventArgs.Cancel 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 or sets whether the event is cancelled.
public:
property bool Cancel { bool get(); };
public bool Cancel { get; }
member this.Cancel : bool
Public ReadOnly Property Cancel As Boolean
Property Value
true
if the event is cancelled, otherwise false
.