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 ReplayStartHandler event handler.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Delegate Sub ReplayStartHandler ( _
sender As Object, _
args As EventArgs _
)
'Usage
Dim instance As New ReplayStartHandler(AddressOf HandlerMethod)
public delegate void ReplayStartHandler(
Object sender,
EventArgs args
)
public delegate void ReplayStartHandler(
Object^ sender,
EventArgs^ args
)
type ReplayStartHandler =
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.