Removes an event handler that has been associated with the System.Data.BindingsCollection.CollectionChanged event.
[Visual Basic] Public Sub RemoveOnCollectionChanged( _ ByVal handler As CollectionChangeEventHandler _ ) [C#] public void RemoveOnCollectionChanged( CollectionChangeEventHandler handler ); [C++] public: void RemoveOnCollectionChanged( CollectionChangeEventHandler* handler ); [JScript] public function RemoveOnCollectionChanged( handler : CollectionChangeEventHandler );
BindingsCollection Class | BindingsCollection Members | System.WinForms Namespace