ModelComponentCollection.CollectionChanging Event

 

Applies To: SQL Server (starting with 2016)

Occurs when the collection is changing.

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

Syntax

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

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top