|
-
June 20th, 2006, 03:46 PM
#3
Re: My.Setting
The scope is already user.
What is the file Settings.vb for?
should I be writing what I want do in there somehow?
It says in the prewritten comments that the file generated I can use an event called SettingsSaving. Is that what I need?
'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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|