ModelComponentCollection.CollectionChanged Event
This event supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Event CollectionChanged As CollectionChangeEventHandler
public event CollectionChangeEventHandler CollectionChanged
public:
event CollectionChangeEventHandler^ CollectionChanged {
void add (CollectionChangeEventHandler^ value);
void remove (CollectionChangeEventHandler^ value);
}
/** @event */
public void add_CollectionChanged (CollectionChangeEventHandler value)
/** @event */
public void remove_CollectionChanged (CollectionChangeEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ModelComponentCollection Class
ModelComponentCollection Members
Microsoft.AnalysisServices Namespace