TransactionEventManager 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 base class for managing Transaction Events
public ref class TransactionEventManager abstract : Microsoft::VisualStudio::Modeling::GlobalEventManager
public abstract class TransactionEventManager : Microsoft.VisualStudio.Modeling.GlobalEventManager
type TransactionEventManager = class
inherit GlobalEventManager
Public MustInherit Class TransactionEventManager
Inherits GlobalEventManager
- Inheritance
- Derived
Constructors
TransactionEventManager() |
Constructor |
Methods
Add(Delegate) |
Add an event handler delegate for global event notifications (Inherited from GlobalEventManager) |
Add(Guid, Delegate) |
Add an event handler for events on a particular transaction. |
Remove(Delegate) |
Remove an event handler delegate for global event notifications (Inherited from GlobalEventManager) |
Remove(Guid, Delegate) |
Remove an event handler for events on a particular transaction. |