コード例 #1
0
 protected void OnNodeClicked(NodeBase node, MouseButtonEventArgs args)
 {
     NodeClicked?.Invoke(new GraphItemClickedEventArgs(node, args));
 }
コード例 #2
0
ファイル: VisualNode.xaml.cs プロジェクト: steamypassion/X
 private void layoutRoot_PointerReleased(object sender, PointerRoutedEventArgs e)
 {
     NodeClicked?.Invoke(_position, new EventArgs());
 }