Back to Devexpress

LayoutUpgradeEventArgs Class

corelibraries-devexpress-dot-utils-a106ce4b.md

latest3.4 KB
Original Source

LayoutUpgradeEventArgs Class

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

Declaration

csharp
public class LayoutUpgradeEventArgs :
    EventArgs
vb
Public Class LayoutUpgradeEventArgs
    Inherits EventArgs

LayoutUpgradeEventArgs is the data class for the following events:

Show 14 events

LibraryRelated API Members
WinForms ControlsBarManager.LayoutUpgrade
BaseView.LayoutUpgrade
BaseView.LayoutUpgrade
DockManager.LayoutUpgrade
LayoutControl.LayoutUpgrade
NavBarControl.LayoutUpgrade
PivotGridControl.LayoutUpgrade
RibbonControl.LayoutUpgrade
SchedulerControl.LayoutUpgrade
TileControl.LayoutUpgrade
ToolbarFormControl.LayoutUpgrade
TreeList.LayoutUpgrade
VGridControlBase.LayoutUpgrade
ASP.NET Web Forms ControlsASPxPivotGrid.LayoutUpgrade

Remarks

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.

Inheritance

Object EventArgs LayoutUpgradeEventArgs LayoutAllowEventArgs

See Also

LayoutUpgradeEventArgs Members

DevExpress.Utils Namespace