Share via


ApplicationEvents4_ProtectedViewWindowDeactivateEventHandler Delegat

Definition

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

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

Parameter

PvWindow
ProtectedViewWindow

The deactivated protected view window.

Attribute

Gilt für: