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 支援委託的使用,但不支援新委託的宣告。
參數
- sender
型別:System. . :: . .Object
An Object value that specifies the source of the event.
- e
型別:Microsoft.SqlServer.Management.Smo. . :: . .ObjectDroppedEventArgs
A Smohttps://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.