Düzenle

Aracılığıyla paylaş


_ApplicationEvents_Event.XDocumentChange Event

Definition

Occurs when a new form is created, when an existing form is opened, or when another form is made the active form.

public:
 event Microsoft::Office::Interop::InfoPath::_ApplicationEvents_XDocumentChangeEventHandler ^ XDocumentChange;
event Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentChangeEventHandler XDocumentChange;
member this.XDocumentChange : Microsoft.Office.Interop.InfoPath._ApplicationEvents_XDocumentChangeEventHandler 
Event XDocumentChange As _ApplicationEvents_XDocumentChangeEventHandler 

Event Type

Remarks

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