AppEvents_ProtectedViewWindowDeactivateEventHandler Delegate

Definition

A Delegate type used to add an event handler for the ProtectedViewWindowDeactivate event. The ProtectedViewWindowDeactivate event occurs when a Protected View window is deactivated.

public delegate void AppEvents_ProtectedViewWindowDeactivateEventHandler(ProtectedViewWindow ^ Pvw);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_ProtectedViewWindowDeactivateEventHandler(ProtectedViewWindow Pvw);
Public Delegate Sub AppEvents_ProtectedViewWindowDeactivateEventHandler(Pvw As ProtectedViewWindow)

Parameters

Pvw
ProtectedViewWindow

An object that represents the deactivated Protected View window.

Attributes

Applies to