TreeViewAction
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the action that raised a TreeViewEventArgs event.
- C#
- VB.NET
public enum TreeViewAction : Enum
Public Enum TreeViewAction As [Enum]
Fields
| Name | Description |
|---|---|
| ByKeyboard | The event was caused by a keystroke . |
| ByMouse | The event was caused by a pointer operation. |
| Collapse | The event was caused by the TreeNode collapsing. |
| Expand | The event was caused by the TreeNode expanding. |
| Removed | The event was caused by the TreeNode being removed. |
| Unknown | The action that caused the event is unknown. |
Used By
| Name | Description |
|---|---|
| TreeViewCancelEventArgs.Action | Returns the type of action that raised the event. |
| TreeViewEventArgs.Action | Returns the type of action that raised the event. |