The members of System.Web.UI.WebControls.GridViewDeleteEventArgs are listed below.
See Also: Inherited members from System.ComponentModel.CancelEventArgs
Initializes a new instance of the System.Web.UI.WebControls.GridViewDeleteEventArgs class. |
[read-only] | Keys | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary of field name/value pairs that represent the primary key of the row to delete. |
[read-only] | RowIndex | int.
Gets the index of the row being deleted. |
[read-only] | Values | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary of the non-key field name/value pairs for the row to delete. |