VersionUpgradeEventArgs class

Provides data for the VersionUpgrade event of a form.

Inheritance hierarchy

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

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustInherit Class VersionUpgradeEventArgs _
    Inherits EventArgs
'Usage
Dim instance As VersionUpgradeEventArgs
public abstract class VersionUpgradeEventArgs : EventArgs

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.

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