Piccolo.NET

PDragSequenceEventHandler Class

PDragSequenceEventHandler is designed to support mouse pressed, dragged, and released interaction sequences. Support is also provided for running a continuous activity during the drag sequence.

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

System.Object
   PBasicInputEventHandler
      PDragSequenceEventHandler

public abstract class PDragSequenceEventHandler : PBasicInputEventHandler, PActivity+PActivityDelegate

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

PDragSequenceEventHandler should be subclassed by a concrete event handler that implements a particular interaction. See PPanEventHandler, PZoomEventHandler, and PDragEventHandler for examples

Requirements

Namespace: UMD.HCIL.Piccolo.Event

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

See Also

PDragSequenceEventHandler Members | UMD.HCIL.Piccolo.Event Namespace