Piccolo.NET

PSelectionEventHandler.OnDragActivityStep Method 

Overridden. This gets called continuously during the drag, and is used to animate the marquee.

protected override void OnDragActivityStep(
   object sender,
   PInputEventArgs e
);

Parameters

sender
The source of the PInputEvent.
e
A PInputEventArgs that contains the event data.

See Also

PSelectionEventHandler Class | UMD.HCIL.PiccoloX.Events Namespace