asp.net.ph

DataTable.ColumnChanged Event

System.Data Namespace   DataTable Class


Occurs when after a value has been changed for the specified DataColumn in a DataRow.

[ VB ]
Public Event ColumnChanged As DataColumnChangeEventHandler

[ C# ]
public event DataColumnChangeEventHandler ColumnChanged;

[ C++ ]
public: __event DataColumnChangeEventHandler* ColumnChanged;

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 DataColumnChangeEventArgs containing data related to this event. The following DataColumnChangeEventArgs properties provide information specific to this event.


Property Description
Column Gets the DataColumn with a changing value.
ProposedValue Gets or sets the proposed value.
Row Gets the DataRow with a changing value.

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