CollectionChangeEventHandler Delegate
Applies To: SQL Server (starting with 2016)
Represents the method that will handle the OnCollectionChange event.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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.
Show: