3 references to EventRowUpdating
System.Web (3)
UI\WebControls\GridView.cs (3)
1811
Events.AddHandler(
EventRowUpdating
, value);
1814
Events.RemoveHandler(
EventRowUpdating
, value);
3839
GridViewUpdateEventHandler handler = (GridViewUpdateEventHandler)Events[
EventRowUpdating
];