共用方式為


IVsDataObjectChangeEvents 介面

定義

表示在數據源上加入、變更或刪除資料物件時所引發的一組事件。

public interface class IVsDataObjectChangeEvents
public interface IVsDataObjectChangeEvents
type IVsDataObjectChangeEvents = interface
Public Interface IVsDataObjectChangeEvents

事件

EventGroupEnded

發生於事件群組已結束時。

EventGroupStarted

事件發生於事件群組啟動時。

ObjectAdded

加入資料物件時發生。

ObjectChanged

發生於資料物件變更時。

ObjectDeleted

刪除資料物件時發生。

適用於