protected virtual new void OnDefaultDrawingAttributesReplaced(System.Windows.Ink.DrawingAttributesReplacedEventArgs e)
 {
 }
Esempio n. 2
0
 private void InkCanvas_DefaultDrawingAttributesReplaced(object sender, System.Windows.Ink.DrawingAttributesReplacedEventArgs e)
 {
     textBox.Text += "InkCanvas_DefaultDrawingAttributesReplaced\n";
 }