'Declaration Public Event RowDeleted As System.Data.DataRowChangeEventHandler
public event System.Data.DataRowChangeEventHandler RowDeleted
Event Data
The event handler receives an argument of type System.Data.DataRowChangeEventArgs containing data related to this event. The following DataRowChangeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Gets the action that has occurred on a System.Data.DataRow. |
Row | Gets the row upon which an action has occurred. |
See Also