DataViewManager::RelationCollectionChanged Method (Object^, CollectionChangeEventArgs^)
.NET Framework (current version)
Raises a CollectionChanged event when a DataRelation is added to or removed from the DataRelationCollection.
Assembly: System.Data (in System.Data.dll)
protected: virtual void RelationCollectionChanged( Object^ sender, CollectionChangeEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.ComponentModel::CollectionChangeEventArgs^
A CollectionChangeEventArgs that contains the event data.
.NET Framework
Available since 1.1
Available since 1.1
Show: