GlobalEventManager Class
Visual Studio 2015
When overridden in a derived class, enables observers to register for and be notified of changes within a store.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System::Object
Microsoft.VisualStudio.Modeling::GlobalEventManager
Microsoft.VisualStudio.Modeling::ElementEventManager
Microsoft.VisualStudio.Modeling::ElementEventsBegunEventManager
Microsoft.VisualStudio.Modeling::ElementEventsEndedEventManager
Microsoft.VisualStudio.Modeling::TransactionEventManager
Microsoft.VisualStudio.Modeling::GlobalEventManager
Microsoft.VisualStudio.Modeling::ElementEventManager
Microsoft.VisualStudio.Modeling::ElementEventsBegunEventManager
Microsoft.VisualStudio.Modeling::ElementEventsEndedEventManager
Microsoft.VisualStudio.Modeling::TransactionEventManager
| Name | Description | |
|---|---|---|
![]() | GlobalEventManager() | Initializes a new instance of the GlobalEventManager class. |
| Name | Description | |
|---|---|---|
![]() | Add(Delegate^) | Adds an event handler delegate for global event notifications. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(Delegate^) | Removes an event handler delegate from global event notifications. |
![]() | ToString() | (Inherited from Object.) |
This class is the base class for all transaction and element event managers.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

