The members of System.Web.UI.WebControls.FormViewUpdateEventArgs are listed below.
See Also: Inherited members from System.ComponentModel.CancelEventArgs
Initializes a new instance of the System.Web.UI.WebControls.FormViewUpdateEventArgs class. |
[read-only] | CommandArgument | object.
Gets the command argument for the update operation passed to the System.Web.UI.WebControls.FormView control. |
[read-only] | Keys | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the original key field name/value pairs for the record to update. |
[read-only] | NewValues | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the new field name/value pairs for the record to update. |
[read-only] | OldValues | System.Collections.Specialized.IOrderedDictionary.
Gets a dictionary that contains the original non-key field name/value pairs for the record to update. |