The members of System.Web.UI.WebControls.DetailsViewDeletedEventArgs are listed below.
See Also: Inherited members from System.EventArgs
![]() Initializes a new instance of the System.Web.UI.WebControls.DetailsViewDeletedEventArgs class. |
[read-only] | AffectedRows | int.
![]() Gets the number of rows affected by the delete operation. |
[read-only] | Exception | Exception.
![]() Gets the exception (if any) that was raised during the delete operation. |
ExceptionHandled | bool.
![]() Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler. | |
[read-only] | Keys | System.Collections.Specialized.IOrderedDictionary.
![]() Gets an ordered dictionary of key field name/value pairs that contains the names and values of the key fields of the deleted items. |
[read-only] | Values | System.Collections.Specialized.IOrderedDictionary.
![]() Gets a dictionary of the non-key field name/value pairs for the item to delete. |