public static void ToggleActiveStateNode(object sender, GraphTouchEventArgs <Node> args) { toggleActiveStateNode((BasicGraph)sender, args.Target); }
public static void ActivateDragEdge(object sender, GraphTouchEventArgs <Edge> args) { activateDragEdge((BasicGraph)sender, args.Target); }
public static void DeactivateDragNode(object sender, GraphTouchEventArgs <Node> args) { deactivateDragNode((BasicGraph)sender, args.Target); }