ModelComponentCollection.CollectionChanged Event

 

Applies To: SQL Server (starting with 2016)

Occurs when the collection changes.

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

Syntax

public event CollectionChangeEventHandler CollectionChanged
public:
event CollectionChangeEventHandler^ CollectionChanged {
    void add(CollectionChangeEventHandler^ value);
    void remove(CollectionChangeEventHandler^ value);
}
member CollectionChanged : IEvent<CollectionChangeEventHandler,
    CollectionChangeEventArgs>
Public Event CollectionChanged As CollectionChangeEventHandler

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top