1 instantiation of GridViewUpdatedEventArgs
System.Web (1)
UI\WebControls\GridView.cs (1)
3235
GridViewUpdatedEventArgs sea = new
GridViewUpdatedEventArgs
(affectedRows, ex);
4 references to GridViewUpdatedEventArgs
System.Web (4)
UI\WebControls\GridView.cs (2)
3235
GridViewUpdatedEventArgs
sea = new GridViewUpdatedEventArgs(affectedRows, ex);
3828
protected virtual void OnRowUpdated(
GridViewUpdatedEventArgs
e) {
UI\WebControls\GridViewUpdatedEventArgs.cs (1)
30
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
GridViewUpdatedEventArgs
'/>
UI\WebControls\GridViewUpdatedEventHandler.cs (1)
19
public delegate void GridViewUpdatedEventHandler(object sender,
GridViewUpdatedEventArgs
e);