CollectionChangeEventHandler Delegate
SQL Server 2008 R2
Represents the method that will handle the OnCollectionChange event.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public delegate void CollectionChangeEventHandler( Object sender, CollectionChangeEventArgs e )
Parameters
- sender
- Type: System.Object
Represents the event calling the object.
- e
- Type: Microsoft.AnalysisServices.CollectionChangeEventArgs
Specifies the CollectionChangeEventArgs that contains the event data.
