TraceStoppedEventHandler Delegate

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.