dfl2 ~master (2022-03-18T11:24:05.9004188)
Dub
Repo
TreeViewEventArgs
dfl
treeview
class
TreeViewEventArgs :
EventArgs
{
this
(TreeNode node, TreeViewAction action);
this
(TreeNode node);
TreeViewAction
action
[@property getter];
TreeNode
node
[@property getter];
}
Constructors
this
this
(TreeNode node, TreeViewAction action)
this
(TreeNode node)
Members
Properties
action
TreeViewAction
action
[@property getter]
node
TreeNode
node
[@property getter]
Inherited Members
From EventArgs
empty
EventArgs
empty
[@property getter]
Property: get a reusable, empty EventArgs.
Meta
Source
See Implementation
dfl
treeview
classes
NodeLabelEditEventArgs
TreeNode
TreeNodeCollection
TreeView
TreeViewCancelEventArgs
TreeViewEventArgs
enums
TreeViewAction