System.Data Namespace DataTable Class
Occurs when a value is being changed for the specified DataColumn in a DataRow.
[ VB ] Public Event ColumnChanging As DataColumnChangeEventHandler [ C# ] public event DataColumnChangeEventHandler ColumnChanging; [ C++ ] public: __event DataColumnChangeEventHandler* ColumnChanging;
In [ JScript ], you can handle the events defined by a class, but you cannot define your own.
The event handler receives an argument of type DataColumnChangeEventArgs containing data related to this event. The following DataColumnChangeEventArgs properties provide information specific to this event.
DataTable Members
© 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