Piccolo.NET

PSelectionEventHandler Class

PSelectionEventHandler provides standard interaction for selection.

For a list of all members of this type, see PSelectionEventHandler Members.

System.Object
   PBasicInputEventHandler
      PDragSequenceEventHandler
         PSelectionEventHandler

public class PSelectionEventHandler : PDragSequenceEventHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Clicking selects the object under the cursor. Shift-clicking allows multiple objects to be selected. Dragging offers marquee selection. And, by default, pressing the delete key deletes the selection.

Requirements

Namespace: UMD.HCIL.PiccoloX.Events

Assembly: UMD.HCIL.PiccoloX (in UMD.HCIL.PiccoloX.dll)

See Also

PSelectionEventHandler Members | UMD.HCIL.PiccoloX.Events Namespace