Table of Contents

Method OnSettingsChanged

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

OnSettingsChanged()

Invoked when the settings have changed, triggering the SettingsChanged event.

protected virtual void OnSettingsChanged()

Remarks

This method is called to notify subscribers that the settings have been updated. Derived classes can override this method to perform additional actions when settings change. Ensure that any overridden implementation calls the base method to maintain event invocation.