DocumentEvents2_Event インターフェイス

定義

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

public interface class DocumentEvents2_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface DocumentEvents2_Event
type DocumentEvents2_Event = interface
Public Interface DocumentEvents2_Event
派生
属性

メソッド

add_BuildingBlockInsert(DocumentEvents2_BuildingBlockInsertEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_Close(DocumentEvents2_CloseEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_ContentControlAfterAdd(DocumentEvents2_ContentControlAfterAddEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_ContentControlBeforeContentUpdate(DocumentEvents2_ContentControlBeforeContentUpdateEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_ContentControlBeforeDelete(DocumentEvents2_ContentControlBeforeDeleteEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_ContentControlBeforeStoreUpdate(DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_ContentControlOnEnter(DocumentEvents2_ContentControlOnEnterEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_ContentControlOnExit(DocumentEvents2_ContentControlOnExitEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_New(DocumentEvents2_NewEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_Open(DocumentEvents2_OpenEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_Sync(DocumentEvents2_SyncEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_XMLAfterInsert(DocumentEvents2_XMLAfterInsertEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

add_XMLBeforeDelete(DocumentEvents2_XMLBeforeDeleteEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_BuildingBlockInsert(DocumentEvents2_BuildingBlockInsertEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_Close(DocumentEvents2_CloseEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_ContentControlAfterAdd(DocumentEvents2_ContentControlAfterAddEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_ContentControlBeforeContentUpdate(DocumentEvents2_ContentControlBeforeContentUpdateEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_ContentControlBeforeDelete(DocumentEvents2_ContentControlBeforeDeleteEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_ContentControlBeforeStoreUpdate(DocumentEvents2_ContentControlBeforeStoreUpdateEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_ContentControlOnEnter(DocumentEvents2_ContentControlOnEnterEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_ContentControlOnExit(DocumentEvents2_ContentControlOnExitEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_New(DocumentEvents2_NewEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_Open(DocumentEvents2_OpenEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_Sync(DocumentEvents2_SyncEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_XMLAfterInsert(DocumentEvents2_XMLAfterInsertEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

remove_XMLBeforeDelete(DocumentEvents2_XMLBeforeDeleteEventHandler)

Microsoft Word Document オブジェクト イベントのイベント インターフェイス。

イベント

BuildingBlockInsert

文書に文書パーツを挿入するときに発生します。

Close

文書を閉じるときに発生します。

ContentControlAfterAdd

コンテンツ コントロールを文書に追加した後に発生します。

ContentControlBeforeContentUpdate

コンテンツが Office XML データ ストアからのものである場合に限り、コンテンツ コントロール内でコンテンツを更新する前に発生します。

ContentControlBeforeDelete

文書からコンテンツ コントロールを削除する前に発生します。

ContentControlBeforeStoreUpdate

ドキュメントの XML データ ストアをコンテンツ コントロールの値で更新する前に発生します。

ContentControlOnEnter

ユーザーがコンテンツ コントロールに入力すると発生します。

ContentControlOnExit

コンテンツ コントロールから外部に移動すると発生します。

New

テンプレートに基づいて新しいドキュメントを作成するときに発生します。

Open

文書が開いたときに発生します。

Sync

ドキュメント ワークスペースに含まれている文書のローカル コピーが、サーバー上のコピーと同期されたときに発生します。

XMLAfterInsert

ユーザーが文書に新しい XML 要素を追加したときに発生します。

XMLBeforeDelete

ユーザーが文書から XML 要素を削除したときに発生します。

適用対象