LayoutUpgradeEventArgs Constructors
Provides data for the events raised when upgrading a control’s layout (e.g., BaseView.LayoutUpgrade, BarManager.LayoutUpgrade, etc.).Name | Parameters | Description |
---|---|---|
LayoutUpgradeEventArgs(String, Object[]) | previousVersion, newHiddenItems | Initializes a new instance of the LayoutUpgradeEventArgs class with the specified settings. |
LayoutUpgradeEventArgs(String) | previousVersion | Initializes a new instance of the LayoutUpgradeEventArgs class with the specified previous version. |
See Also