EApplication_ProtectedViewWindowOpenEventHandler Delegate
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 a protected view window is opened.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub EApplication_ProtectedViewWindowOpenEventHandler ( _
ProtViewWindow As ProtectedViewWindow _
)
'Usage
Dim instance As New EApplication_ProtectedViewWindowOpenEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void EApplication_ProtectedViewWindowOpenEventHandler(
ProtectedViewWindow ProtViewWindow
)
Parameters
- ProtViewWindow
Type: Microsoft.Office.Interop.PowerPoint.ProtectedViewWindow
The protected view window that is opened.