EApplication_ProtectedViewWindowActivateEventHandler Delegate
Office 2010
A delegate for an event in the corresponding object. After you implement a callback method for the event, use this delegate to connect the callback method to the event.
Occurs when any protected view window is activated.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Parameters
- ProtViewWindow
- Type: Microsoft.Office.Interop.PowerPoint.ProtectedViewWindow
The protected view window that is activated.
Show: