DetailsViewDeletedEventArgs Members

Provides data for the ItemDeleted event.

The following tables list the members exposed by the DetailsViewDeletedEventArgs type.

  Name Description
Public method DetailsViewDeletedEventArgs Initializes a new instance of the DetailsViewDeletedEventArgs class.
Top

  Name Description
Public property AffectedRows Gets the number of rows affected by the delete operation.
Public property Exception Gets the exception (if any) that was raised during the delete operation.
Public property ExceptionHandled Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler.
Public property Keys Gets an ordered dictionary of key field name/value pairs that contains the names and values of the key fields of the deleted items.
Public property Values Gets a dictionary of the non-key field name/value pairs for the item to delete.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

Community Additions

ADD
Show: