LayoutUpgradeEventArgs(String) Constructor
Initializes a new instance of the LayoutUpgradeEventArgs class with the specified previous version.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
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