Search
RowModifiedEventArgs Members
Constructors Properties
 


Specifies data for row action notification events.

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

 Public Constructors

  Name Description

RowModifiedEventArgs

Initializes a new instance of the RowModifiedEventArgs class.

 Public Properties

  Name Description

action

Gets the row action, that triggered the event.

newValues

Gets a dictionary of the new field name/value pairs.

oldValues

Gets a dictionary of the original field name/value pairs.

row

Gets the index of the row that was modified.

rowData

Gets the row data.

 See Also