RolePlayerOrderChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments decribing a change to the order of Elements in an ordered relationship
public ref class RolePlayerOrderChangedEventArgs : Microsoft::VisualStudio::Modeling::GenericEventArgs
public class RolePlayerOrderChangedEventArgs : Microsoft.VisualStudio.Modeling.GenericEventArgs
type RolePlayerOrderChangedEventArgs = class
inherit GenericEventArgs
Public Class RolePlayerOrderChangedEventArgs
Inherits GenericEventArgs
- Inheritance
Constructors
RolePlayerOrderChangedEventArgs(IElementDirectory, Guid, DomainRoleInfo, Guid, DomainRoleInfo, Int32, Int32, ChangeSource, TransactionContext) |
Obsolete.
Constructor |
Properties
ChangeSource |
Get or Set the source of this change (Inherited from GenericEventArgs) |
CounterpartDomainRole |
The domain role played by the ModelElement whose order has changed |
CounterpartRolePlayer |
The ModelElement whose order has changed |
CounterpartRolePlayerId |
The Id of the ModelElement whose order has changed |
DomainClass |
Get the domain class to which the notification pertains |
DomainModel |
Get the domain model to which the notification pertains |
DomainRelationship |
The domain relationship for the reordered Elements |
ElementId |
Get the Id of the ModelElement to which the notification pertains |
Link |
The link to the ModelElement whose order has been changed |
LinkId |
The Id of the link from source to target ModelElement whose order has been changed |
NewOrdinal |
The ordinal of the changed ModelElement after the change |
OldOrdinal |
The ordinal of the changed ModelElement before the change |
SourceDomainRole |
The domain role played by the source ModelElement |
SourceElement |
The source ModelElement |
SourceElementId |
The Id of the source ModelElement |
TransactionContext |
Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event. (Inherited from ModelingEventArgs) |