_ApplicationEvents_Event.XDocumentOpen Event

Definition

Occurs when a document is opened.

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_XDocumentOpenEventHandler ^ XDocumentOpen;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentOpenEventHandler XDocumentOpen;
member this.XDocumentOpen : Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentOpenEventHandler 
Event XDocumentOpen As _ApplicationEvents_XDocumentOpenEventHandler 

Event Type

Examples

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