void property_ValueError(object sender, ExceptionEventArgs e)
 {
     MessageBox.Show(e.EventException.Message);
 }
示例#2
0
 void property_ValueError(object sender, ExceptionEventArgs e)
 {
     textBox.Background = new SolidColorBrush(Colors.Red);
 }