Wisej.Web.LabelEditEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the BeforeLabelEdit and AfterLabelEdit events.
public class LabelEditEventArgs : EventArgsPublic Class LabelEditEventArgs
Inherits EventArgsInitializes a new instance of the class with the specified index to the to edit or edited.
Initializes a new instance of the class with the specified index to the being edited and the new text for the label of the .
: Returns or sets whether changes made to the label of the should be canceled.
: Returns the containing the label to edit or edited.
: Returns the new text assigned to the label of the .
item
The ListViewItem, containing the label to edit.
item
The ListViewItem, containing the label to edit.
label
The new text assigned to the label of the ListViewItem.
Represents the method that handles the BeforeLabelEdit and AfterLabelEdit events.