Edit

Share via


_ApplicationEvents_Event.WindowSize Event

Definition

Occurs when any document window is resized or moved.

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_WindowSizeEventHandler ^ WindowSize;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_WindowSizeEventHandler WindowSize;
member this.WindowSize : Microsoft.Office.Interop.InfoPath._ApplicationEvents_WindowSizeEventHandler 
Event WindowSize As _ApplicationEvents_WindowSizeEventHandler 

Event Type

Remarks

The WindowSize event of the _ApplicationEvents_Event interface is primarily used with COM Add-ins. For more information about creating a COM Add-in for Microsoft InfoPath, see How To: Create a COM Add-in to Add Custom Features to InfoPath.

Applies to