Notify the App that the Settings have been reloaded and are available through the GetSetting() method.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public virtual void OnSettingsLoaded(
	bool success
)
Public Overridable Sub OnSettingsLoaded ( _
	success As Boolean _
)

Parameters

success
Boolean
True if the settings were successfully reloaded.

See Also