ITrace.OnEvent Event

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Event OnEvent As TraceEventHandler
'Usage
Dim instance As ITrace
Dim handler As TraceEventHandler

AddHandler instance.OnEvent, handler
event TraceEventHandler OnEvent
 event TraceEventHandler^ OnEvent {
    void add (TraceEventHandler^ value);
    void remove (TraceEventHandler^ value);
}
abstract OnEvent : IEvent<TraceEventHandler,
    TraceEventArgs>
JScript supports the use of events, but not the declaration of new ones.