Piccolo.NET

PSelectionEventHandler.Unselect Method

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

Overload List

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

protected virtual void Unselect(ICollection);

Unselects the given node, if it is currently selected, and posts a SELECTION_CHANGED_NOTIFICATION if the current selection has changed.

public virtual void Unselect(PNode);

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

public virtual void Unselect(PNodeList);

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace