Ejemplo n.º 1
0
 void PathPointNode_MouseLeave(object sender, MouseEventArgs e)
 {
     if (LeaveCommand != null)
     {
         LeaveCommand.Execute(this);
     }
     e.Handled = true;
 }