コード例 #1
0
 private void TextBox_PreviewExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     e.Handled = InputValidators.PasteNotAllowed(e);
 }