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.
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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll