The event handler receives an argument of type System.Windows.Forms.LabelEditEventArgs containing data related to this event. The following LabelEditEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| CancelEdit | Gets or sets a value indicating whether changes made to the label of the System.Windows.Forms.ListViewItem should be canceled. |
| Item | Gets the zero-based index of the System.Windows.Forms.ListViewItem containing the label to edit. |
| Label | Gets the new text assigned to the label of the System.Windows.Forms.ListViewItem. |