Делегат SmoApplication.ObjectDroppedEventHandler

The SmoApplication..::..ObjectDroppedEventHandler class represents the event handler that is used to handle events when an object is dropped.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Delegate Sub ObjectDroppedEventHandler ( _
    sender As Object, _
    e As ObjectDroppedEventArgs _
)
'Применение
Dim instance As New ObjectDroppedEventHandler(AddressOf HandlerMethod)
public delegate void ObjectDroppedEventHandler(
    Object sender,
    ObjectDroppedEventArgs e
)
public delegate void ObjectDroppedEventHandler(
    Object^ sender, 
    ObjectDroppedEventArgs^ e
)
type ObjectDroppedEventHandler = 
    delegate of 
        sender:Object * 
        e:ObjectDroppedEventArgs -> unit
JScript поддерживает использование делегатов, но не объявление новых.

Параметры