The properties of System.Windows.Forms.LabelEditEventArgs are listed below. For a list of all members, see the LabelEditEventArgs Members list.
See Also: Inherited members from System.EventArgs
CancelEdit | bool.
Gets or sets a value indicating whether changes made to the label of the System.Windows.Forms.ListViewItem should be canceled. | |
[read-only] | Item | int.
Gets the zero-based index of the System.Windows.Forms.ListViewItem containing the label to edit. |
[read-only] | Label | string.
Gets the new text assigned to the label of the System.Windows.Forms.ListViewItem. |