Raised after an item's label has been edited in the ListBar control. Allows the new caption to be checked and the edit cancelled.
The event handler receives an argument of type ListBarLabelEditEventArgs containing data related to this event. The following ListBarLabelEditEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CancelEdit | Gets or sets a value indicating whether changes made to the label of the should be canceled. |
Item | Gets the zero-based index of the containing the label to edit. |
Label | Gets the new text assigned to the label of the . |
LabelEditObject | Returns the object for which label editing has been requested. Can either be a or a (or a subclass of either). |
ListBar Class | NETXP.Controls.Bars Namespace