ListViewEditEventArgs(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ListViewEditEventArgs class.
public:
ListViewEditEventArgs(int newEditIndex);
public ListViewEditEventArgs (int newEditIndex);
new System.Web.UI.WebControls.ListViewEditEventArgs : int -> System.Web.UI.WebControls.ListViewEditEventArgs
Public Sub New (newEditIndex As Integer)
Parameters
- newEditIndex
- Int32
The index of the item to edit.
Remarks
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 |
---|---|
NewEditIndex | The value of the newEditIndex parameter. |
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.