Skip to main content
.NET 6.0+

ISupportStoreSettings.SettingsReloaded Event

Occurs when Template settings are reloaded.

Namespace: DevExpress.ExpressApp.Templates

Assembly: DevExpress.ExpressApp.v23.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.

See Also