Compartir a través de


ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el ProtectedViewWindowBeforeEdit evento. El evento ProtectedViewWindowBeforeEdit se produce inmediatamente antes de que la edición esté habilitada en el documento de la ventana de vista protegida especificada.

public delegate void ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow ^ PvWindow, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow PvWindow, out bool Cancel);
type ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler = delegate of ProtectedViewWindow * bool -> unit
Public Delegate Sub ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler(PvWindow As ProtectedViewWindow, ByRef Cancel As Boolean)

Parámetros

PvWindow
ProtectedViewWindow

La ventana Vista protegida que contiene el documento que se habilita para la edición.

Cancel
Boolean

false cuando se produce el evento. Si el procedimiento de evento establece este argumento en true, la edición no está habilitada en el documento.

Atributos

Se aplica a