コード例 #1
0
 protected virtual new void OnDefaultDrawingAttributesReplaced(System.Windows.Ink.DrawingAttributesReplacedEventArgs e)
 {
 }
コード例 #2
0
ファイル: view_draw.xaml.cs プロジェクト: andykmc/vision
 private void InkCanvas_DefaultDrawingAttributesReplaced(object sender, System.Windows.Ink.DrawingAttributesReplacedEventArgs e)
 {
     textBox.Text += "InkCanvas_DefaultDrawingAttributesReplaced\n";
 }