Skip to main content
A newer version of this page is available. .

LayoutAllowEventArgs(String) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.1.dll

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