The configuration changed event args class.
Inheritance: System.EventArgs
コード例 #1
0
 private void OnConfigurationChanged(object sender, ConfigurationChangedEventArgs e)
 {
     ApplyConfiguration();
 }