Piccolo.NET

PSelectionEventHandler.Unselect Method (PNodeList)

Unselects each node in the list, if the node is currently selected.

public virtual void Unselect(
   PNodeList items
);

Parameters

items
The list of items to unselect.

Remarks

This method will remove the handles from the selected nodes in the list and post a SELECTION_CHANGED_NOTIFICATION if the selection has changed.

See Also

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