AppEvents_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 se habilite la edición en el libro de la ventana Vista protegida especificada.

public delegate void AppEvents_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow ^ Pvw, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_ProtectedViewWindowBeforeEditEventHandler(ProtectedViewWindow Pvw, out bool Cancel);
Public Delegate Sub AppEvents_ProtectedViewWindowBeforeEditEventHandler(Pvw As ProtectedViewWindow, ByRef Cancel As Boolean)

Parámetros

Pvw
ProtectedViewWindow

La ventana Vista protegida que contiene el libro habilitado 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 libro.

Atributos

Se aplica a