You are working with a Windows Forms application that uses the Application.Settings features…
You need to perform certain processing actions when user settings are changed at run time. Which two events should you handle to achieve this goal? (Each correct answer presents part of the solution. Choose two.)
A.
SettingChanging
B.
PropertyChanged
C.
StateChange
D.
SettingsLoaded
E.
Change