TraceStoppedEventHandler Delegate

 

Updated: May 24, 2016

Represents the event handler when the tracing is stopped.

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

public delegate void TraceStoppedEventHandler(
	ITrace^ sender,
	TraceStoppedEventArgs^ e
)

Parameters

sender
Type: Microsoft.AnalysisServices::ITrace^

The trace.

e
Type: Microsoft.AnalysisServices::TraceStoppedEventArgs^

The event arguments.

Return to top
Show: