Removes an event handler trhat has been associated with the System.WinForms.GridColumnsCollection.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 );
GridColumnsCollection Class | GridColumnsCollection Members | System.WinForms Namespace