Enum OptionsDialogFrameNotificationType
Enum OptionsDialogFrameNotificationType
Namespace: AIMP.SDK.Options
Assembly: AIMP.SDK.dll
Syntax
public enum OptionsDialogFrameNotificationType
Fields
Name | Description |
---|---|
CanSave | Notification occurs before saving to an ability to validate settings. If one of settings is not valid - plugin should raise the exception. Note that text of exception will not shown to user. |
Load | Custom frame should initialize all settings with values from configuration file. |
Localization | localization has been changed, custom frame should update localization of embedded controls. |
Save | Custom frame should save all settings to configuration file. |