LabelEditEventArgs

Wisej.Web.LabelEditEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for the BeforeLabelEdit and AfterLabelEdit events.

public class LabelEditEventArgs : EventArgs

Constructors

Initializes a new instance of the LabelEditEventArgs class with the specified index to the ListViewItem to edit or edited.

NameTypeDescription

item

Initializes a new instance of the LabelEditEventArgs class with the specified index to the ListViewItem being edited and the new text for the label of the ListViewItem.

NameTypeDescription

item

label

Properties

Boolean: Returns or sets whether changes made to the label of the ListViewItem should be canceled.

ListViewItem: Returns the ListViewItem containing the label to edit or edited.

String: Returns the new text assigned to the label of the ListViewItem.

Used By

NameDescription

Last updated