dformlib v0.2.1 (2016-02-11T22:33:45Z)
Dub
Repo
LabelEditEventArgs
dfl
listview
Undocumented in source.
class
LabelEditEventArgs :
EventArgs
{
this
(ListViewItem item, Dstring label);
this
(ListViewItem node);
ListViewItem
item
[@property getter];
Dstring
label
[@property getter];
bool
cancelEdit
[@property setter];
bool
cancelEdit
[@property getter];
}
Constructors
this
this
(ListViewItem item, Dstring label)
Undocumented in source.
this
this
(ListViewItem 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.
item
ListViewItem
item
[@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.
Inherited Members
From EventArgs
empty
EventArgs
empty
[@property getter]
Property: get a reusable, empty EventArgs.
Meta
Source
See Implementation
dfl
listview
classes
ColumnHeader
ItemCheckedEventArgs
LabelEditEventArgs
ListView
ListViewItem
ListViewSubItem
enums
ListViewAlignment
unions
LvColumn