System.Web.UI.WebControls.FormViewUpdateEventArgs: Property Members

The properties of System.Web.UI.WebControls.FormViewUpdateEventArgs are listed below. For a list of all members, see the FormViewUpdateEventArgs Members list.

See Also: Inherited members from System.ComponentModel.CancelEventArgs

Public Properties

[read-only]
CommandArgumentobject.

Gets the command argument for the update operation passed to the System.Web.UI.WebControls.FormView control.

[read-only]
KeysSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary that contains the original key field name/value pairs for the record to update.

[read-only]
NewValuesSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary that contains the new field name/value pairs for the record to update.

[read-only]
OldValuesSystem.Collections.Specialized.IOrderedDictionary.

Gets a dictionary that contains the original non-key field name/value pairs for the record to update.