System.Windows.Forms
1.0.5000.0
2.0.0.0
System.EventArgs
A specifies the index and caption of a and the caption after it has been edited by the user. This class also provides a property. You can use this property in a event handler to prevent the user from editing the label. You can also use it in an event handler to revert the change, returning the label it to its original value. This is useful when you want to validate user input before committing the change.
Because the event takes place before the label edit is committed, calling the method in a handler for this event will sort the item using the original value.
Provides data for the and events.
Constructor
You can use this constructor when raising the or event at run time to specify a specific list item in the to edit.
Initializes a new instance of the class with the specified index to the to edit.
The zero-based index of the , containing the label to edit.
1.0.5000.0
2.0.0.0
Constructor
You can use this constructor when raising the or event at run time to specify a list item in the to edit. The constructor also enables you to specify the new text associated with the label of the .
Initializes a new instance of the class with the specified index to the being edited and the new text for the label of the .
The zero-based index of the , containing the label to edit.
The new text assigned to the label of the .
1.0.5000.0
2.0.0.0
Property
System.Boolean
To be added.
You can use this property to cancel changes made to the label of a and revert it to its original text. Use this property to prevent an item's caption from being changed to a value that does not meet your application's requirements.
Gets or sets a value indicating whether changes made to the label of the should be canceled.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets the zero-based index of the containing the label to edit.
1.0.5000.0
2.0.0.0
Property
System.String
To be added.
To be added.
Gets the new text assigned to the label of the .
1.0.5000.0
2.0.0.0