The members of System.Web.UI.WebControls.DetailsViewInsertedEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Web.UI.WebControls.DetailsViewInsertedEventArgs class. |
[read-only] | AffectedRows | int.
Gets the number of rows affected by the insert operation. |
[read-only] | Exception | Exception.
Gets the exception (if any) that was raised during the insert operation. |
ExceptionHandled | bool.
Gets or sets a value indicating whether an exception that was raised during the insert operation was handled in the event handler. | |
KeepInInsertMode | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.DetailsView control should remain in insert mode after an insert operation. | |
[read-only] | Values | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the field name/value pairs for the inserted record. |