Gets or sets a value indicating whether the operation should be cancelled.
[Visual Basic] Public Property Cancel As Boolean [C#] public bool Cancel {get; set;} [C++] public: __property bool get_Cancel(); public: __property void set_Cancel(bool); [JScript] public function get Cancel() : Boolean; public function set Cancel(Boolean);
true if the operation should be cancelled; otherwise, false.
CancelEventArgs Class | CancelEventArgs Members | System.ComponentModel Namespace