Compartilhar via


ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler Delegar

Definição

Um tipo delegado usado para adicionar um manipulador de eventos para o ProtectedViewWindowBeforeEdit evento. O evento ProtectedViewWindowBeforeEdit ocorre imediatamente antes da edição ser habilitada no documento na janela de exibição 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

A janela de modo de exibição protegido que contém o documento que é ativado para edição.

Cancel
Boolean

false quando o evento ocorre. Se o procedimento de evento definir esse argumento como true, a edição não estará habilitada no documento.

Atributos

Aplica-se a