TransactionRolledBackEventManager 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.
Class that manages Transaction Rolled Back Events
public ref class TransactionRolledBackEventManager sealed : Microsoft::VisualStudio::Modeling::TransactionEventManager
public sealed class TransactionRolledBackEventManager : Microsoft.VisualStudio.Modeling.TransactionEventManager
type TransactionRolledBackEventManager = class
inherit TransactionEventManager
Public NotInheritable Class TransactionRolledBackEventManager
Inherits TransactionEventManager
- Inheritance
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. (Inherited from TransactionEventManager) |
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. (Inherited from TransactionEventManager) |