Share via


ApplicationEvents4_ProtectedViewWindowOpenEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das ProtectedViewWindowOpen Ereignis verwendet wird. Das ProtectedViewWindowOpen-Ereignis tritt auf, wenn ein geschütztes Ansichtsfenster geöffnet wird.

public delegate void ApplicationEvents4_ProtectedViewWindowOpenEventHandler(ProtectedViewWindow ^ PvWindow);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_ProtectedViewWindowOpenEventHandler(ProtectedViewWindow PvWindow);
type ApplicationEvents4_ProtectedViewWindowOpenEventHandler = delegate of ProtectedViewWindow -> unit
Public Delegate Sub ApplicationEvents4_ProtectedViewWindowOpenEventHandler(PvWindow As ProtectedViewWindow)

Parameter

PvWindow
ProtectedViewWindow

The protected view window that is opened.

Attribute

Gilt für: