Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the event handler when the tracing is stopped.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Delegate Sub TraceStoppedEventHandler ( _
sender As ITrace, _
e As TraceStoppedEventArgs _
)
'Usage
Dim instance As New TraceStoppedEventHandler(AddressOf HandlerMethod)
public delegate void TraceStoppedEventHandler(
ITrace sender,
TraceStoppedEventArgs e
)
public delegate void TraceStoppedEventHandler(
ITrace^ sender,
TraceStoppedEventArgs^ e
)
type TraceStoppedEventHandler =
delegate of
sender:ITrace *
e:TraceStoppedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: Microsoft.AnalysisServices.ITrace
The trace.
- e
Type: Microsoft.AnalysisServices.TraceStoppedEventArgs
The event arguments.