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!

BindingsCollection.AddOnCollectionChanged

Adds an event handler for the System.WinForms.BindingsCollection.CollectionChanged 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

BindingsCollection Class | BindingsCollection Members | System.WinForms Namespace