_ApplicationEvents_Event.add_WindowSize Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub add_WindowSize ( _
param0 As _ApplicationEvents_WindowSizeEventHandler _
)
'Usage
Dim instance As _ApplicationEvents_Event
Dim param0 As _ApplicationEvents_WindowSizeEventHandler
instance.add_WindowSize(param0)
void add_WindowSize(
_ApplicationEvents_WindowSizeEventHandler param0
)
Parameters
See Also
Reference
_ApplicationEvents_Event Interface