asp.net.ph

DataTable.RowDeleted Event

System.Data Namespace   DataTable Class


Occurs after a row in the table has been deleted.

[ VB ]
Public Event RowDeleted As DataRowChangeEventHandler

[ C# ]
public event DataRowChangeEventHandler RowDeleted;

[ C++ ]
public: __event DataRowChangeEventHandler* RowDeleted;

In [ JScript ], you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives an argument of type 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 DataRow.
Row Gets the row upon which an action has occurred.

See Also

DataTable Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph