_ApplicationEvents_Event.WindowDeactivate Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when any document window is deactivated.
public:
event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_WindowDeactivateEventHandler ^ WindowDeactivate;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_WindowDeactivateEventHandler WindowDeactivate;
member this.WindowDeactivate : Microsoft.Office.Interop.InfoPath._ApplicationEvents_WindowDeactivateEventHandler
Event WindowDeactivate As _ApplicationEvents_WindowDeactivateEventHandler
Event Type
Remarks
The WindowDeactivate 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.