RolePlayerOrderChangedEventArgs Class

 

Provides data for the RolePlayerOrderChanged event.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.Modeling::ModelingEventArgs
      Microsoft.VisualStudio.Modeling::GenericEventArgs
        Microsoft.VisualStudio.Modeling::RolePlayerOrderChangedEventArgs

public ref class RolePlayerOrderChangedEventArgs : GenericEventArgs

NameDescription
System_CAPS_pubpropertyChangeSource

Gets or sets the source of this change when overridden in a derived class.(Inherited from GenericEventArgs.)

System_CAPS_pubpropertyCounterpartDomainRole

The domain role played by the ModelElement whose order has changed

System_CAPS_pubpropertyCounterpartRolePlayer

The ModelElement whose order has changed

System_CAPS_pubpropertyCounterpartRolePlayerId

The Id of the ModelElement whose order has changed

System_CAPS_pubpropertyDomainClass

Get the domain class to which the notification pertains(Overrides GenericEventArgs::DomainClass.)

System_CAPS_pubpropertyDomainModel

Get the domain model to which the notification pertains(Overrides GenericEventArgs::DomainModel.)

System_CAPS_pubpropertyDomainRelationship

The domain relationship for the reordered Elements

System_CAPS_pubpropertyElementId

Get the Id of the ModelElement to which the notification pertains(Overrides GenericEventArgs::ElementId.)

System_CAPS_pubpropertyLink

The link to the ModelElement whose order has been changed

System_CAPS_pubpropertyLinkId

The Id of the link from source to target ModelElement whose order has been changed

System_CAPS_pubpropertyNewOrdinal

The ordinal of the changed ModelElement after the change

System_CAPS_pubpropertyOldOrdinal

The ordinal of the changed ModelElement before the change

System_CAPS_pubpropertySourceDomainRole

The domain role played by the source ModelElement

System_CAPS_pubpropertySourceElement

The source ModelElement

System_CAPS_pubpropertySourceElementId

The Id of the source ModelElement

System_CAPS_pubpropertyTransactionContext

Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event.(Inherited from ModelingEventArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: