AppEvents_ProtectedViewWindowDeactivateEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An object that represents the deactivated Protected View window.
- Attributes