TransactionCommittedEventManager 类

定义

用于管理事务提交事件的类

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
继承
TransactionCommittedEventManager

方法

Add(Delegate)

为全局事件通知添加事件处理程序委托

(继承自 GlobalEventManager)
Add(Guid, Delegate)

为特定事务上的事件添加事件处理程序。

(继承自 TransactionEventManager)
Remove(Delegate)

删除全局事件通知的事件处理程序委托

(继承自 GlobalEventManager)
Remove(Guid, Delegate)

删除特定事务上事件的事件处理程序。

(继承自 TransactionEventManager)

适用于