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!

TreeViewAction Enumeration

This enum is used to specify the action that caused a TreeViewEventArgs.

[Visual Basic]
Public Enum TreeViewAction
[C#]
public enum TreeViewAction
[C++]
public enum TreeViewAction

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
ByKeyboard The event was caused by a keystroke.
ByMouse The event was caused by a mouse click.
Unknown The action is unknown.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace