GlobalEventManager Class

When overridden in a derived class, enables observers to register for and be notified of changes within a store.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public MustInherit Class GlobalEventManager
'Usage
Dim instance As GlobalEventManager
public abstract class GlobalEventManager
public ref class GlobalEventManager abstract
public abstract class GlobalEventManager

Remarks

This class is the base class for all transaction and element event managers.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.GlobalEventManager
    Microsoft.VisualStudio.Modeling.ElementEventManager
    Microsoft.VisualStudio.Modeling.ElementEventsBegunEventManager
    Microsoft.VisualStudio.Modeling.ElementEventsEndedEventManager
    Microsoft.VisualStudio.Modeling.TransactionEventManager

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.

See Also

Reference

GlobalEventManager Members

Microsoft.VisualStudio.Modeling Namespace