Exemplo n.º 1
0
 void property_ValueError(object sender, ExceptionEventArgs e)
 {
     MessageBox.Show(e.EventException.Message);
 }
Exemplo n.º 2
0
 void property_ValueError(object sender, ExceptionEventArgs e)
 {
     textBox.Background = new SolidColorBrush(Colors.Red);
 }