Share via


DocContextChangeEvent.Type Property

Gets the type of context change event that occurred when the OnContextChange event was triggered.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Remarks

The Type property returns only the value "ContextNode" for context changes in Microsoft InfoPath 2003 Service Pack 1. Nevertheless, if code in an event handler performs actions that depend on current functionality, that code should still be designed to check the value of the Type property, because future versions of InfoPath may use different values for different context changes.

See Also

Reference

DocContextChangeEvent Interface
DocContextChangeEvent Members
Microsoft.Office.Interop.InfoPath Namespace