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