All pages
Powered by GitBook
1 of 1

Loading...

LabelEditEventArgs

Wisej.Web.LabelEditEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides data for the BeforeLabelEdit and AfterLabelEdit events.

public class LabelEditEventArgs : EventArgs
Public Class LabelEditEventArgs
    Inherits EventArgs

Constructors

LabelEditEventArgs(item)

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

Name
Type
Description

LabelEditEventArgs(item, label)

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

Name
Type
Description

Properties

CancelEdit

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

Item

: Returns the containing the label to edit or edited.

Label

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

Used By

Name
Description

item

ListViewItem

The ListViewItem, containing the label to edit.

item

ListViewItem

The ListViewItem, containing the label to edit.

label

String

The new text assigned to the label of the ListViewItem.

LabelEditEventHandler

Represents the method that handles the BeforeLabelEdit and AfterLabelEdit events.

LabelEditEventArgs
ListViewItem
LabelEditEventArgs
ListViewItem
ListViewItem
Boolean
ListViewItem
ListViewItem
ListViewItem
String
ListViewItem