Constructs a new PSelectionEventHandler that will handle selection for the children of the given selectable parent node.
Constructs a new PSelectionEventHandler that will handle selection for the children of the given selectable parent node.
public PSelectionEventHandler(PNode,PNode);
Constructs a new PSelectionEventHandler that will handle selection for the children of the given list of selectable parent nodes.
public PSelectionEventHandler(PNode,PNodeList);
PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace