다음을 통해 공유


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는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.

매개 변수