TransactionCommittedEventManager Class

Definition

Class that manages Transaction Committed Events

public ref class TransactionCommittedEventManager sealed : Microsoft::VisualStudio::Modeling::TransactionEventManager
public sealed class TransactionCommittedEventManager : Microsoft.VisualStudio.Modeling.TransactionEventManager
type TransactionCommittedEventManager = class
    inherit TransactionEventManager
Public NotInheritable Class TransactionCommittedEventManager
Inherits TransactionEventManager
Inheritance
TransactionCommittedEventManager

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)

Applies to