| |||||||
DataTable.RowChanging EventSystem.Data Namespace DataTable Class Occurs when a DataRow is changing. [ VB ] Public Event RowChanging As DataRowChangeEventHandler [ C# ] public event DataRowChangeEventHandler RowChanging; [ C++ ] public: __event DataRowChangeEventHandler* RowChanging; In [ JScript ], you can handle the events defined by a class, but you cannot define your own. Event DataThe event handler receives an argument of type DataRowChangeEventArgs containing data related to this event. The following DataRowChangeEventArgs properties provide information specific to this event.
See Also |
| ||||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme