CollectionChangeEventHandler Delegate

Represents the method that will handle the OnCollectionChange event.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public delegate void CollectionChangeEventHandler(
    Object sender,
    CollectionChangeEventArgs e
)

Parameters

  • sender
    Type: System.Object
    Represents the event calling the object.

Remarks

New:   17 July 2006

See Also

Reference

Microsoft.AnalysisServices Namespace