SfcBeforeObjectMovedEventArgs Class

Definition

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

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

Constructors

SfcBeforeObjectMovedEventArgs(Urn, SfcInstance, Urn, SfcInstance)

Properties

Instance

The current object.

(Inherited from SfcEventArgs)
NewParent

The new parent object of the object.

NewUrn

The new urn of the object.

Urn

The current urn of the current object.

(Inherited from SfcEventArgs)

Applies to