protected void OnNodeClicked(NodeBase node, MouseButtonEventArgs args)
 {
     NodeClicked?.Invoke(new GraphItemClickedEventArgs(node, args));
 }
Example #2
0
 private void layoutRoot_PointerReleased(object sender, PointerRoutedEventArgs e)
 {
     NodeClicked?.Invoke(_position, new EventArgs());
 }