2 writes to _newEditIndex
System.Web (2)
UI\WebControls\GridViewEditEventArgs.cs (2)
28
this.
_newEditIndex
= newEditIndex;
41
_newEditIndex
= value;
1 reference to _newEditIndex
System.Web (1)
UI\WebControls\GridViewEditEventArgs.cs (1)
38
return
_newEditIndex
;