Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ISupportStoreSettings.SettingsReloaded Event

Occurs when Template settings are reloaded.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

event EventHandler SettingsReloaded

Event Data

The SettingsReloaded event's data class is EventArgs.

Remarks

Implement this event in Templates that support the ISupportStoreSettings interface. This event can be used to customize the window - change template control settings after default settings were applied (e.g., from the Application Model). For instance, you can control the form size, location, toolbar visibility, etc.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SettingsReloaded event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also