Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _ApplicationEvents_WindowDeactivateEventHandler ( _
pDocument As _XDocument, _
pWindow As Window _
)
'Usage
Dim instance As New _ApplicationEvents_WindowDeactivateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _ApplicationEvents_WindowDeactivateEventHandler(
_XDocument pDocument,
Window pWindow
)
Parameters
- pDocument
Type: Microsoft.Office.Interop.InfoPath._XDocument
- pWindow
Type: Microsoft.Office.Interop.InfoPath.Window