This documentation is archived and is not being maintained.
FormViewUpdateEventArgs Properties
Visual Studio 2010
The FormViewUpdateEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
CommandArgument | Gets the command argument for the update operation passed to the FormView control. |
|
Keys | Gets a dictionary that contains the original key field name/value pairs for the record to update. |
|
NewValues | Gets a dictionary that contains the new field name/value pairs for the record to update. |
|
OldValues | Gets a dictionary that contains the original non-key field name/value pairs for the record to update. |
Show: