DynamicResourceManagerAutoSave Property

When UseLanguageSettings is , gets or sets the auto saving options. When UseLanguageSettings is , auto saving is controlled by LanguageSettings.DynamicResourceManagersAutoSave property.
Default value: None

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public AutoSaveOptions AutoSave { get; set; }

Property Value

AutoSaveOptions

Remarks

The default value of this property is None. Though, if UseLanguageSettings is , the LanguageSettings.DynamicResourceManagersAutoSave property is used, whose default value is LanguageChange, DomainUnload, SourceChange.

Exceptions

See Also