3 references to EventRowDataBound
System.Web (3)
UI\WebControls\GridView.cs (3)
1862
Events.AddHandler(
EventRowDataBound
, value);
1865
Events.RemoveHandler(
EventRowDataBound
, value);
3779
GridViewRowEventHandler handler = (GridViewRowEventHandler)Events[
EventRowDataBound
];