次の方法で共有


ApplicationEvents4_EPostagePropertyDialogEventHandler 代理人

定義

イベントのイベント ハンドラーEPostagePropertyDialogを追加するために使用されるデリゲート型。 EPostagePropertyDialog イベントは、ユーザーが [E-postage Properties (ラベルと封筒)] ダイアログ ボックスのボタンまたは [電子送料の印刷] ツール バー ボタンをクリックしたときに発生します。

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

パラメーター

Doc
Document

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

属性

適用対象