ListViewEditEventArgs Constructor (Int32)
.NET Framework (current version)
Initializes a new instance of the ListViewEditEventArgs class.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- newEditIndex
-
Type:
System::Int32
The index of the item to edit.
Use this constructor to initialize a new instance of the ListViewEditEventArgs class.
Note |
|---|
This constructor is primarily used by control developers when they raise events. |
The following table shows the initial property value for an instance of ListViewEditEventArgs.
Property | Initial value |
|---|---|
The value of the newEditIndex parameter. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
