FormViewUpdateEventArgs Properties

  Name Description
Public property Cancel  Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property CommandArgument Gets the command argument for the update operation passed to the FormView control.
Public property Keys Gets a dictionary that contains the original key field name/value pairs for the record to update.
Public property NewValues Gets a dictionary that contains the new field name/value pairs for the record to update.
Public property OldValues Gets a dictionary that contains the original non-key field name/value pairs for the record to update.
Top

Community Additions

ADD
Show: