DataTableCollection::CollectionChanged Event

 

Occurs after the DataTableCollection is changed because of DataTable objects being added or removed.

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

public:
event CollectionChangeEventHandler^ CollectionChanged {
	void add(CollectionChangeEventHandler^ value);
	void remove(CollectionChangeEventHandler^ value);
}

For more information about handling events, see NIB: Consuming Events.

The following example demonstrates how to use the CollectionChanged event.

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

.NET Framework
Available since 1.1
Return to top
Show: