Skip to main content

LayoutUpgradeEventArgs(String) Constructor

Initializes a new instance of the LayoutUpgradeEventArgs class with the specified previous version.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public LayoutUpgradeEventArgs(
    string previousVersion
)

Parameters

Name Type Description
previousVersion String

A String specifying the previous version number. This value is assigned to the LayoutUpgradeEventArgs.PreviousVersion property.

Remarks

Instances of the LayoutUpgradeEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also