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

LayoutUpgradeEventArgs(String, Object[]) Constructor

Initializes a new instance of the LayoutUpgradeEventArgs class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.1.dll

Declaration

public LayoutUpgradeEventArgs(
    string previousVersion,
    object[] newHiddenItems
)

Parameters

Name Type Description
previousVersion String

A value used to initialize the LayoutUpgradeEventArgs.PreviousVersion property.

newHiddenItems Object[]

A value used to initialize the LayoutUpgradeEventArgs.NewHiddenItems property.

See Also