[To be supplied.]
The following declaration shows the syntax for a method that handles the CollectionChanged event.
[Visual Basic] Private Sub ConstraintsCollectionName_CollectionChanged( _ ByVal sender As Object, _ ByVal e As CollectionChangeEventArgs _ ) [C#] private void ConstraintsCollectionName_CollectionChanged( object sender, CollectionChangeEventArgs e ); [C++] private: void ConstraintsCollectionName_CollectionChanged( Object* sender, CollectionChangeEventArgs* e ); [JScript] private ConstraintsCollectionName_CollectionChanged( sender : Object, e : CollectionChangeEventArgs );
ConstraintsCollection Class | ConstraintsCollection MembersTopic | System.Data Namespace