TPS1100-Convert/Settings.vb

12 lines
490 B
VB.net
Raw Permalink Normal View History

2024-06-13 04:25:40 +02:00

Namespace My
'This class allows you to handle specific events on the settings class:
' The SettingChanging event is raised before a setting's value is changed.
' The PropertyChanged event is raised after a setting's value is changed.
' The SettingsLoaded event is raised after the setting values are loaded.
' The SettingsSaving event is raised before the setting values are saved.
Partial Friend NotInheritable Class MySettings
End Class
End Namespace