System.Web.UI.WebControls.GridViewDeletedEventArgs: Property Members

The properties of System.Web.UI.WebControls.GridViewDeletedEventArgs are listed below. For a list of all members, see the GridViewDeletedEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Properties

[read-only]
AffectedRowsint.

Gets the number of rows affected by the delete operation.

[read-only]
ExceptionException.

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

ExceptionHandledbool.

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

[read-only]
KeysSystem.Collections.Specialized.IOrderedDictionary.

Gets an ordered dictionary of key field name/value pairs for the deleted record.

[read-only]
ValuesSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary of the non-key field name/value pairs for the deleted record.