The members of System.Windows.Forms.LabelEditEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.LabelEditEventArgs class with the specified index to the System.Windows.Forms.ListViewItem to edit. | ||
Initializes a new instance of the System.Windows.Forms.LabelEditEventArgs class with the specified index to the System.Windows.Forms.ListViewItem being edited and the new text for the label of the System.Windows.Forms.ListViewItem. |
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. |