Table of Contents

Class ListViewItemLabelEditEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides data for the BeforeLabelEdit and AfterLabelEdit events.

public class ListViewItemLabelEditEventArgs : CancelEventArgs
Inheritance
ListViewItemLabelEditEventArgs

Constructors

ListViewItemLabelEditEventArgs(long, string?)

Initializes a new instance of the ListViewItemLabelEditEventArgs class.

Properties

ItemIndex

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

Label

Gets the new text to associate with the list item.