Share via


SfcApplicationEvents.OnAfterObjectMoved Method

Raises the AfterObjectMoved 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 OnAfterObjectMoved ( _
    obj As SfcInstance, _
    e As SfcAfterObjectMovedEventArgs _
)
'Usage
Dim instance As SfcApplicationEvents
Dim obj As SfcInstance
Dim e As SfcAfterObjectMovedEventArgs

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

Parameters