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.
In derived classes, provides a mechanism for observers to register for and be notified of changes to an element within the scope of the store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public MustInherit Class ElementEventManager _
Inherits GlobalEventManager
'Usage
Dim instance As ElementEventManager
public abstract class ElementEventManager : GlobalEventManager
public ref class ElementEventManager abstract : public GlobalEventManager
public abstract class ElementEventManager extends GlobalEventManager
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.GlobalEventManager
Microsoft.VisualStudio.Modeling.ElementEventManager
Microsoft.VisualStudio.Modeling.ElementAddedEventManager
Microsoft.VisualStudio.Modeling.ExistingElementEventManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.