TransactionBeginningEventManager Class

Definition

Class that manages Transaction Beginning Events

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

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