ElementMovedEventArgs Class

Definition

Event Arguments for notification of the creation of a new ModelElement

public ref class ElementMovedEventArgs : Microsoft::VisualStudio::Modeling::ElementEventArgs
public class ElementMovedEventArgs : Microsoft.VisualStudio.Modeling.ElementEventArgs
type ElementMovedEventArgs = class
    inherit ElementEventArgs
Public Class ElementMovedEventArgs
Inherits ElementEventArgs
Inheritance

Constructors

ElementMovedEventArgs(IElementDirectory, DomainClassInfo, Guid, Guid, Guid, ChangeSource)
Obsolete.

Obsolete constructor

ElementMovedEventArgs(IElementDirectory, DomainClassInfo, Guid, Guid, Guid, ChangeSource, TransactionContext)

Constructor

Properties

ChangeSource

Get or Set the source of this change

(Inherited from GenericEventArgs)
DestinationPartitionId

Destination partition Id

DomainClass

Get the domain class to which the notification pertains

(Inherited from ElementEventArgs)
DomainModel

Get the domain model to which the notification pertains

(Inherited from ElementEventArgs)
ElementId

Get the Id of the ModelElement to which the notification pertains

(Inherited from ElementEventArgs)
ModelElement

The ModelElement that is the subject of the notification

(Inherited from ElementEventArgs)
SourcePartitionId

Source partititon Id

TransactionContext

Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event.

(Inherited from ModelingEventArgs)

Applies to