AppEvents_ProtectedViewWindowActivateEventHandler Delegate

Definition

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

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

Parameters

Pvw
ProtectedViewWindow

The activated Protected View window.

Attributes

Applies to