Skip to main content
Version: 3.5

TreeViewAction

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the action that raised a TreeViewEventArgs event.

public enum TreeViewAction : Enum

Fields

NameDescription
ByKeyboardThe event was caused by a keystroke .
ByMouseThe event was caused by a pointer operation.
CollapseThe event was caused by the TreeNode collapsing.
ExpandThe event was caused by the TreeNode expanding.
RemovedThe event was caused by the TreeNode being removed.
UnknownThe action that caused the event is unknown.

Used By

NameDescription
TreeViewCancelEventArgs.ActionReturns the type of action that raised the event.
TreeViewEventArgs.ActionReturns the type of action that raised the event.