VersionUpgradeEventArgs Class

Provides data for the VersionUpgrade event of a form.

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

Syntax

'Declaration
'Usage

Remarks

The VersionUpgradeEventArgs object passes state information to an event handler for the VersionUpgrade event. The VersionUpgradeEventArgs object provides properties that can be used in an event handler to determine the version numbers of the form and form template, and provide a response indicating the success or failure of the version upgrade process. The properties that it provides are available only during this event.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Office.InfoPath.VersionUpgradeEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VersionUpgradeEventArgs Members
Microsoft.Office.InfoPath Namespace