Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Adds an event handler that is notified whenever the order of elements that play a particular domain role changes.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
Add(Delegate) | Adds an event handler delegate for global event notifications. (Inherited from GlobalEventManager.) |
![]() |
Add(Guid, Delegate) | Add a handler for events on a particular element. (Inherited from ExistingElementEventManager.) |
![]() |
Add(DomainClassInfo, Delegate) | Adds a handler for events at the domain class level. (Inherited from ElementEventManager.) |
![]() |
Add(DomainModelInfo, Delegate) | Adds a handler for events at the domain model level. (Inherited from ElementEventManager.) |
![]() |
Add(DomainRoleInfo, Delegate) | Adds an event handler that is notified whenever the order of elements that play a particular domain role changes for any source element. |
![]() |
Add(DomainRoleInfo, Guid, Delegate) | Adds an event handler that is notified whenever the order of elements that play a particular role in relationships with a particular source element changes. |
Top