NextRestoreEventHandler Delegate

Handles the NextRestoreEvent class.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Delegate Sub NextRestoreEventHandler ( _
    sender As Object, _
    e As NextRestoreEventArgs _
)
'Usage
Dim instance As New NextRestoreEventHandler(AddressOf HandlerMethod)
public delegate void NextRestoreEventHandler(
    Object sender,
    NextRestoreEventArgs e
)
public delegate void NextRestoreEventHandler(
    Object^ sender, 
    NextRestoreEventArgs^ e
)
type NextRestoreEventHandler = 
    delegate of  
        sender:Object * 
        e:NextRestoreEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace