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!

ColumnsCollection.AddOnCollectionChanged

Adds an event handler for the OnCollectionChanged event.

[Visual Basic]
Public Sub AddOnCollectionChanged( _
   ByVal handler As CollectionChangeEventHandler _
)
[C#]
public void AddOnCollectionChanged(
   CollectionChangeEventHandler handler
);
[C++]
public: void AddOnCollectionChanged(
   CollectionChangeEventHandler* handler
);
[JScript]
public function AddOnCollectionChanged(
   handler : CollectionChangeEventHandler
);

Parameters

handler
A CollectionChangeEventHandler delegate that represents the method that will handle the OnCollectionChanged event.

See Also

ColumnsCollection Class | ColumnsCollection Members | System.Data Namespace | RemoveOnCollectionChanged