.NET Framework Class Library
GridViewDeleteEventArgs Members

Provides data for the RowDeleting event.

The GridViewDeleteEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodGridViewDeleteEventArgsInitializes a new instance of the GridViewDeleteEventArgs class.
Top
Methods

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCancelGets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public propertyKeysGets a dictionary of field name/value pairs that represent the primary key of the row to delete.
Public propertyRowIndexGets the index of the row being deleted.
Public propertyValuesGets a dictionary of the non-key field name/value pairs for the row to delete.
Top
See Also

Reference

Tags :


Page view tracker