次の方法で共有


ApplicationEvents4_DocumentChangeEventHandler 代理人

定義

イベントのイベント ハンドラーDocumentChangeを追加するために使用されるデリゲート型。 DocumentChange イベントは、新しいドキュメントが作成されたとき、既存のドキュメントが開かれるとき、または別のドキュメントが作業中のドキュメントになったときに発生します。

public delegate void ApplicationEvents4_DocumentChangeEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_DocumentChangeEventHandler();
type ApplicationEvents4_DocumentChangeEventHandler = delegate of unit -> unit
Public Delegate Sub ApplicationEvents4_DocumentChangeEventHandler()
属性

適用対象