LayoutAllowEventArgs Constructors
Provides data for events raised when upgrading a control’s layout, allowing you to cancel the upgrade (e.g. BaseView.BeforeLoadLayout, BarManager.BeforeLoadLayout, etc.).Name | Parameters | Description |
---|---|---|
LayoutAllowEventArgs(String) | previousVersion | Initializes a new instance of the LayoutAllowEventArgs class with the specified previous version. |
See Also