dformlib v0.1.0 (2016-01-28T21:30:47Z)
Dub
Repo
TreeViewEventArgs
dfl
treeview
Undocumented in source.
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)
Undocumented in source.
this
this
(TreeNode node)
Undocumented in source.
Members
Properties
action
TreeViewAction
action
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
node
TreeNode
node
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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