CollectionChanging Evento
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente 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.