Share via


SfcApplicationEvents.OnObjectDropped Method

Raises the ObjectDropped event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub OnObjectDropped ( _
    obj As SfcInstance, _
    e As SfcObjectDroppedEventArgs _
)
'Usage
Dim instance As SfcApplicationEvents
Dim obj As SfcInstance
Dim e As SfcObjectDroppedEventArgs

instance.OnObjectDropped(obj, e)
public void OnObjectDropped(
    SfcInstance obj,
    SfcObjectDroppedEventArgs e
)
public:
void OnObjectDropped(
    SfcInstance^ obj, 
    SfcObjectDroppedEventArgs^ e
)
member OnObjectDropped : 
        obj:SfcInstance * 
        e:SfcObjectDroppedEventArgs -> unit 
public function OnObjectDropped(
    obj : SfcInstance, 
    e : SfcObjectDroppedEventArgs
)

Parameters