SfcAfterObjectMovedEventArgs Class

Definition

Event arguments passed when an object is successfully moved, after the client-side updating.

public class SfcAfterObjectMovedEventArgs : Microsoft.SqlServer.Management.Sdk.Sfc.SfcEventArgs
type SfcAfterObjectMovedEventArgs = class
    inherit SfcEventArgs
Public Class SfcAfterObjectMovedEventArgs
Inherits SfcEventArgs
Inheritance
SfcAfterObjectMovedEventArgs

Constructors

SfcAfterObjectMovedEventArgs(Urn, SfcInstance, Urn, SfcInstance)

Properties

Instance

The current object.

(Inherited from SfcEventArgs)
OldParent

The old parent object of the object.

OldUrn

The old urn of the object.

Urn

The current urn of the current object.

(Inherited from SfcEventArgs)

Applies to