System.Web.UI.WebControls.DetailsViewInsertedEventArgs Members

The members of System.Web.UI.WebControls.DetailsViewInsertedEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
AffectedRowsint.

Gets the number of rows affected by the insert operation.

[read-only]
ExceptionException.

Gets the exception (if any) that was raised during the insert operation.

ExceptionHandledbool.

Gets or sets a value indicating whether an exception that was raised during the insert operation was handled in the event handler.

KeepInInsertModebool.

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]
ValuesSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary that contains the field name/value pairs for the inserted record.