Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataTable::ColumnChanged Event

 

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

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
event DataColumnChangeEventHandler^ ColumnChanged {
	void add(DataColumnChangeEventHandler^ value);
	void remove(DataColumnChangeEventHandler^ value);
}

For more information, see Handling DataTable Events.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft