Evento CollectionChanging
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Event CollectionChanging As CollectionChangeEventHandler
'Uso
Dim instance As ModelComponentCollection
Dim handler As CollectionChangeEventHandler
AddHandler instance.CollectionChanging, handler
public event CollectionChangeEventHandler CollectionChanging
public:
event CollectionChangeEventHandler^ CollectionChanging {
void add (CollectionChangeEventHandler^ value);
void remove (CollectionChangeEventHandler^ value);
}
member CollectionChanging : IEvent<CollectionChangeEventHandler,
CollectionChangeEventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.