ReplayStopHandler Delegate

Represents the ReplayStopHandler event handler.

Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntax

'Declaration
Public Delegate Sub ReplayStopHandler ( _
    sender As Object, _
    args As EventArgs _
)
public delegate void ReplayStopHandler (
    Object sender,
    EventArgs args
)
public delegate void ReplayStopHandler (
    Object^ sender, 
    EventArgs^ args
)
/** @delegate */
public delegate void ReplayStopHandler (
    Object sender, 
    EventArgs args
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • sender
    An Object value that specifies the source of the event.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Trace Namespace