Delegato SmoApplication.ObjectDroppedEventHandler
The SmoApplication..::..ObjectDroppedEventHandler class represents the event handler that is used to handle events when an object is dropped.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Delegate Sub ObjectDroppedEventHandler ( _
sender As Object, _
e As ObjectDroppedEventArgs _
)
'Utilizzo
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 supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.
Parametri
- sender
Tipo: System. . :: . .Object
An Object value that specifies the source of the event.
- e
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ObjectDroppedEventArgs
A Smohttps://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.