corelibraries-devexpress-dot-utils-a106ce4b.md
Provides data for the events raised when upgrading a control’s layout (e.g., BaseView.LayoutUpgrade, BarManager.LayoutUpgrade, etc.).
Namespace : DevExpress.Utils
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public class LayoutUpgradeEventArgs :
EventArgs
Public Class LayoutUpgradeEventArgs
Inherits EventArgs
LayoutUpgradeEventArgs is the data class for the following events:
Show 14 events
The LayoutUpgrade event occurs every time a layout is restored from storage (a stream, xml file or system registry) and its version differs from the version of the current layout. The LayoutUpgradeEventArgs class introduces the LayoutUpgradeEventArgs.PreviousVersion property, which returns the textual representation of the previous layout version.
Note
LayoutUpgradeEventArgs objects are automatically created, initialized and passed to the LayoutUpgrade event handlers.
Object EventArgs LayoutUpgradeEventArgs LayoutAllowEventArgs
See Also