This method is called whenever the collection changes. Overriders of this method should call the base implementation of this method.
[Visual Basic] Overridable Protected Sub OnCollectionChanged( _ ByVal ccevent As CollectionChangeEventArgs _ ) [C#] protected virtual void OnCollectionChanged( CollectionChangeEventArgs ccevent ); [C++] protected: virtual void OnCollectionChanged( CollectionChangeEventArgs* ccevent ); [JScript] protected function OnCollectionChanged( ccevent : CollectionChangeEventArgs );
BindingManager Class | BindingManager Members | System.WinForms Namespace