Exemple #1
0
 private void DecimalValidationHandler(object sender, TextCompositionEventArgs e)
 {
     e.Handled = !DecimalHandler.IsTextDecimal(e.Text);
 }