Search
CommandEventArgs Properties
 


 Public Properties

  Name Description

action

Gets the row action, that triggered the event. (Inherited from RowModifyingEventArgs.)

commandName

Gets the string identifier of the executed command.

control

Gets the controller that triggered the command.

newValues

Gets a dictionary of the new field name/value pairs. (Inherited from RowModifyingEventArgs.)

oldValues

Gets a dictionary of the original field name/value pairs. (Inherited from RowModifyingEventArgs.)

row

Gets the index of the row that is being modified. (Inherited from RowModifyingEventArgs.)

rowData

Gets the row data. (Inherited from RowModifyingEventArgs.)

 See Also