The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ListViewDeleteEventArgs Constructor (Int32)
.NET Framework (current version)
Initializes a new instance of the ListViewDeleteEventArgs class.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- itemIndex
-
Type:
System::Int32
The index of the item that contains the Delete button that raised the event.
Use this constructor to initialize a new instance of the ListViewDeleteEventArgs class.
Note |
|---|
This constructor is primarily used by control developers when raising events. |
The following table shows the initial property value for an instance of ListViewDeleteEventArgs.
Property | Initial value |
|---|---|
The value of the itemIndex parameter. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
