1 instantiation of FormViewInsertedEventArgs
System.Web (1)
UI\WebControls\FormView.cs (1)
2160FormViewInsertedEventArgs fea = new FormViewInsertedEventArgs(affectedRows, ex);
4 references to FormViewInsertedEventArgs
System.Web (4)
UI\WebControls\FormView.cs (2)
2160FormViewInsertedEventArgs fea = new FormViewInsertedEventArgs(affectedRows, ex); 2668protected virtual void OnItemInserted(FormViewInsertedEventArgs e) {
UI\WebControls\FormViewInsertedEventArgs.cs (1)
26/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.FormViewInsertedEventArgs'/>
UI\WebControls\FormViewInsertedEventHandler.cs (1)
19public delegate void FormViewInsertedEventHandler(object sender, FormViewInsertedEventArgs e);