The properties of the LabelEditEventArgs class are listed below. For a complete list of LabelEditEventArgs class members, see the LabelEditEventArgs Members topic.
CancelEdit | Gets or sets a value indicating whether changes made to the label of the ListItem should be canceled. |
ExtendedInfo (inherited from EventArgs) | Holds a reference to an object that manages the event's state. |
Item | Gets the zero-based index of the ListItem containing the label to edit.
In C#, this member is the indexer for the LabelEditEventArgs class. |
Label | Gets the new text assigned to the label of the ListItem. |