Search
RowModifyingEventArgs Members
Constructors Properties
 


Specifies data for row action validation events.

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

 Public Constructors

  Name Description

RowModifyingEventArgs

Initializes a new instance of the RowModifyingEventArgs 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 is being modified.

rowData

Gets the row data.

 See Also