コード例 #1
0
 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);
 }