AppEvents_ProtectedViewWindowBeforeEditEventHandler Delegar

Definição

Um tipo Delegate usado para adicionar um manipulador de eventos para o ProtectedViewWindowBeforeEdit evento. O evento ProtectedViewWindowBeforeEdit ocorre imediatamente antes de a edição ser habilitada na agenda de trabalho na janela De exibição 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

A janela Modo de Exibição Protegido que contém a pasta de trabalho habilitada para edição.

Cancel
Boolean

false quando o evento ocorre. Se o procedimento de evento define esse argumento como true, a edição não está habilitada na workbook.

Atributos

Aplica-se a