Enum TreeViewAdvAction
Defines the constants that specifies the action that raised a TreeViewAdv event.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TreeViewAdvAction
Fields
| Name | Description |
|---|---|
| ByKeyboard | The event was caused by a keystroke. |
| ByMouse | The event was caused by a mouse operation. |
| Collapse | The event was caused by the TreeNodeAdv collapsing. |
| Expand | The event was caused by the TreeNodeAdv expanding. |
| Unknown | The action that caused the event is unknown. |