NodeLabelEditEventArgs

Undocumented in source.

Constructors

this
this(TreeNode node, Dstring label)
Undocumented in source.
this
this(TreeNode node)
Undocumented in source.

Members

Properties

cancelEdit
bool cancelEdit [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
cancelEdit
bool cancelEdit [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
label
Dstring label [@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