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!

TreeViewEventArgs.Action

An event specific action-flag.

[Visual Basic]
Public ReadOnly Property Action As TreeViewAction
[C#]
public TreeViewAction Action {get;}
[C++]
public: __property TreeViewAction get_Action();
[JScript]
public function get Action() : TreeViewAction;

See Also

TreeViewEventArgs Class | TreeViewEventArgs Members | System.WinForms Namespace