Skip to main content

LayoutAllowEventArgs(String) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public LayoutAllowEventArgs(
    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 LayoutAllowEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also