Settings.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:0k
源码类别:

C#编程

开发平台:

C#

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