LabelEditEventArgs::Item Property
.NET Framework (current version)
Gets the zero-based index of the ListViewItem containing the label to edit.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The following code example demonstrates handling the ListView::BeforeLabelEdit event and using the Item and CancelEdit properties. To run the example, paste the following code in a form containing a ListView control named ListView1 and populated with at least 3 items. Ensure all events are associated with their event-handling methods.
.NET Framework
Available since 1.1
Available since 1.1
Show: