The members of System.Web.UI.WebControls.GridViewUpdatedEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Web.UI.WebControls.GridViewUpdatedEventArgs class. |
[read-only] | AffectedRows | int.
Gets the number of rows that were affected by the update operation. |
[read-only] | Exception | Exception.
Gets the exception (if any) that was raised during the update operation. |
ExceptionHandled | bool.
Gets or sets a value that indicates whether an exception that was raised during the update operation was handled in the event handler. | |
KeepInEditMode | bool.
Gets or sets a value that indicates whether the System.Web.UI.WebControls.GridView control should remain in edit mode after an update operation. | |
[read-only] | Keys | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the key field name/value pairs for the updated record. |
[read-only] | NewValues | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the new field name/value pairs for the updated record. |
[read-only] | OldValues | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the original field name/value pairs for the updated record. |