ISupportStoreSettings.SettingsReloaded Event
Occurs when Template settings are reloaded.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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