ApplicationEvents4_EPostageInsertEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el EPostageInsert evento. El evento EPostageInsert se produce cuando un usuario inserta el envío electrónico en un documento.

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)

Parámetros

Doc
Document

Nombre del documento al que se le va a agregar franqueo electrónico.

Atributos

Se aplica a