ApplicationEvents4_EPostageInsertEventHandler 代理人

定義

イベントのイベント ハンドラーEPostageInsertを追加するために使用されるデリゲート型。 EPostageInsert イベントは、ユーザーが電子送料をドキュメントに挿入するときに発生します。

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

パラメーター

Doc
Document

電子切手を追加する文書の名前を指定します。

属性

適用対象