Piccolo.NET

PSelectionEventHandler Constructor (PNode, PNodeList)

Constructs a new PSelectionEventHandler that will handle selection for the children of the given list of selectable parent nodes.

public PSelectionEventHandler(
   PNode marqueeParent,
   PNodeList selectableParents
);

Parameters

marqueeParent
The node to which the event handler dynamically adds a marquee (temporarily) to represent the area being selected.
selectableParents
A list of nodes whose children will be selected by this event handler.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace | PSelectionEventHandler Constructor Overload List