ElementEventManager 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.
Abstract Class that serves as a base to manage Element Events
public ref class ElementEventManager abstract : Microsoft::VisualStudio::Modeling::GlobalEventManager
public abstract class ElementEventManager : Microsoft.VisualStudio.Modeling.GlobalEventManager
type ElementEventManager = class
inherit GlobalEventManager
Public MustInherit Class ElementEventManager
Inherits GlobalEventManager
- Inheritance
- Derived
Constructors
ElementEventManager() |
Constructor |
Methods
Add(Delegate) |
Add an event handler delegate for global event notifications (Inherited from GlobalEventManager) |
Add(DomainClassInfo, Delegate) |
Adds a handler for events at the domain class or domain relationship level |
Add(DomainModelInfo, Delegate) |
Adds a handler for events at the domain model level |
Remove(Delegate) |
Remove an event handler delegate for global event notifications (Inherited from GlobalEventManager) |
Remove(DomainClassInfo, Delegate) |
Removes an event handler for a particular domain class or domain relationship |
Remove(DomainModelInfo, Delegate) |
Removes an event handler for a particular domain model |