Raised before an item's label is about to be edited in the ListBar control. Allows the label edit to be 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