AppEvents_ProtectedViewWindowActivateEventHandler Delegate
A Delegate type used to add an event handler for the ProtectedViewWindowActivate event. The ProtectedViewWindowActivate event occurs when a Protected View window is activated.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub AppEvents_ProtectedViewWindowActivateEventHandler ( _
Pvw As ProtectedViewWindow _
)
'Usage
Dim instance As New AppEvents_ProtectedViewWindowActivateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void AppEvents_ProtectedViewWindowActivateEventHandler(
ProtectedViewWindow Pvw
)
Parameters
Pvw
Type: Microsoft.Office.Interop.Excel.ProtectedViewWindowThe activated Protected View window.