NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CancelEventArgs.Cancel

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);

Property Value

true if the operation should be cancelled; otherwise, false.

See Also

CancelEventArgs Class | CancelEventArgs Members | System.ComponentModel Namespace