_ApplicationEvents_Event.WindowActivate Event

Definition

Occurs when any document window is activated.

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_WindowActivateEventHandler ^ WindowActivate;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_WindowActivateEventHandler WindowActivate;
member this.WindowActivate : Microsoft.Office.Interop.InfoPath._ApplicationEvents_WindowActivateEventHandler 
Event WindowActivate As _ApplicationEvents_WindowActivateEventHandler 

Event Type

Remarks

The WindowActive 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