ApplicationEvents4_EPostageInsertEventHandler Delegate

Definition

A Delegate type used to add an event handler for the EPostageInsert event. The EPostageInsert event occurs when a user inserts electronic postage into a document.

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)

Parameters

Doc
Document

The name of the document to which to add electronic postage.

Attributes

Applies to