PSelectionEventHandler Constructor (PNode, PNode)
Constructs a new PSelectionEventHandler that will handle selection for the children of the given selectable parent node.
public PSelectionEventHandler(
PNode marqueeParent,
PNode selectableParent);
Parameters
- marqueeParent
- The node to which the event handler dynamically adds a marquee (temporarily) to represent the area being selected.
- selectableParent
- The node whose children will be selected by this event handler.
See Also
PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace | PSelectionEventHandler Constructor Overload List