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 value of a particular domain property is changed.
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(DomainPropertyInfo, Delegate) | Adds an event handler that is notified whenever the value of any instance of a particular domain property is changed. |
![]() |
Add(DomainClassInfo, DomainPropertyInfo, Delegate) | Adds an event handler that is notified whenever the value of a particular property on an instance of a particular domain class, or its subclasses, is changed. |
![]() |
Add(DomainPropertyInfo, Guid, Delegate) | Adds an event handler that is notified whenever the value of a particular property of a particular element is changed. |
Top