ReplayStopHandler Delegate
Represents the ReplayStopHandler event handler.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Delegate Sub ReplayStopHandler ( _
sender As Object, _
args As EventArgs _
)
'Usage
Dim instance As New ReplayStopHandler(AddressOf HandlerMethod)
public delegate void ReplayStopHandler(
Object sender,
EventArgs args
)
public delegate void ReplayStopHandler(
Object^ sender,
EventArgs^ args
)
type ReplayStopHandler =
delegate of
sender:Object *
args:EventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object
An Object value that specifies the source of the event.
- args
Type: System.EventArgs
A TraceEventArgs object that contains the event data.