System.Windows.Forms.LabelEditEventArgs Members

The members of System.Windows.Forms.LabelEditEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

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.

Public Properties

CancelEditbool.

Gets or sets a value indicating whether changes made to the label of the System.Windows.Forms.ListViewItem should be canceled.

[read-only]
Itemint.

Gets the zero-based index of the System.Windows.Forms.ListViewItem containing the label to edit.

[read-only]
Labelstring.

Gets the new text assigned to the label of the System.Windows.Forms.ListViewItem.