Piccolo.NET

PSelectionEventHandler.Unselect Method (ICollection)

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

protected virtual void Unselect(
   ICollection items
);

Parameters

items
The collection of items to unselect.

Remarks

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

Note that the collection must only contain objects of type PNode.

See Also

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