ApplicationEvents4_ProtectedViewWindowBeforeEditEventHandler Delegar

Definição

Um tipo de Representante usado para adicionar um manipulador de eventos para o ProtectedViewWindowBeforeEdit evento. O evento ProtectedViewWindowBeforeEdit ocorre imediatamente antes de a edição ser habilitada no documento da janela do modo de exibição protegido 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 define este argumento como true, a edição não será habilitada no documento.

Atributos

Aplica-se a