dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
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