Search
CommandEventArgs Members
Constructors Properties
 


Specifies data for the rowCommand event.

The following tables list the members exposed by the CommandEventArgs type.

 Public Constructors

  Name Description

CommandEventArgs

Initializes a new instance of the CommandEventArgs class.

 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