ApplicationEvents2_DocumentBeforePrintEventHandler Delegado

Definición

Este controlador de eventos se incluye únicamente para la compatibilidad con versiones anteriores. Se recomienda usar la última versión de este controlador de eventos con el mismo nombre.

public delegate void ApplicationEvents2_DocumentBeforePrintEventHandler(Document ^ Doc, bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents2_DocumentBeforePrintEventHandler(Document Doc, ref bool Cancel);
type ApplicationEvents2_DocumentBeforePrintEventHandler = delegate of Document * bool -> unit
Public Delegate Sub ApplicationEvents2_DocumentBeforePrintEventHandler(Doc As Document, ByRef Cancel As Boolean)

Parámetros

Doc
Document

Este parámetro de eventos se incluye únicamente para la compatibilidad con versiones anteriores.

Cancel
Boolean

Este parámetro de eventos se incluye únicamente para la compatibilidad con versiones anteriores.

Atributos

Se aplica a