ApplicationEvents4_ProtectedViewWindowOpenEventHandler Delegate

Definition

A Delegate type used to add an event handler for the ProtectedViewWindowOpen event. The ProtectedViewWindowOpen event occurs when a protected view window is opened.

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)

Parameters

PvWindow
ProtectedViewWindow

The protected view window that is opened.

Attributes

Applies to