NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GridColumnsCollection.RemoveOnCollectionChanged

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
);

Parameters

handler
A CollectionChangeEventHandler that contains the event data.

See Also

GridColumnsCollection Class | GridColumnsCollection Members | System.WinForms Namespace