次の方法で共有


ApplicationEvents4_NewDocumentEventHandler 代理人

定義

イベントのイベント ハンドラーNewDocumentを追加するために使用されるデリゲート型。 NewDocument イベントは、新しいドキュメントが作成されるときに発生します。

public delegate void ApplicationEvents4_NewDocumentEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_NewDocumentEventHandler(Document Doc);
type ApplicationEvents4_NewDocumentEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_NewDocumentEventHandler(Doc As Document)

パラメーター

Doc
Document

新規文書を指定します。

属性

適用対象