ListBarLabelEditEventArgs Constructor
Constructs a new instance of this object given the item, label and object.
[Visual Basic]Public Sub New( _
ByVal
item As
Integer, _
ByVal
label As
String, _
ByVal
labelEditObject As
Object _
)
[C#]public ListBarLabelEditEventArgs(
int item,
string label,
object labelEditObject);
Parameters
- item
- The index of the item being edited.
- label
- The label of the item being edited.
- labelEditObject
- The object being edited.
See Also
ListBarLabelEditEventArgs Class | NETXP.Controls.Bars Namespace