TransactionEventManager Class
Represents the base class for managing notifications of transaction events.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling::GlobalEventManager
Microsoft.VisualStudio.Modeling::TransactionEventManager
Microsoft.VisualStudio.Modeling::TransactionBeginningEventManager
Microsoft.VisualStudio.Modeling::TransactionCommittedEventManager
Microsoft.VisualStudio.Modeling::TransactionRolledBackEventManager
| Name | Description | |
|---|---|---|
![]() | TransactionEventManager() | Initializes a new instance of the TransactionEventManager class. |
| Name | Description | |
|---|---|---|
![]() | Add(Delegate^) | Adds an event handler delegate for global event notifications.(Inherited from GlobalEventManager.) |
![]() | Add(Guid, 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.(Inherited from GlobalEventManager.) |
![]() | Remove(Guid, Delegate^) | Removes an event handler delegate from global event notifications. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

