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!

NodeLabelEditEventArgs.CancelEdit

[To be supplied.]

[Visual Basic]
Public Property CancelEdit As Boolean
[C#]
public bool CancelEdit {get; set;}
[C++]
public: __property bool get_CancelEdit();
public: __property void set_CancelEdit(bool);
[JScript]
public function get CancelEdit() : Boolean;
public function set CancelEdit(Boolean);

See Also

NodeLabelEditEventArgs Class | NodeLabelEditEventArgs Members | System.WinForms Namespace