Piccolo.NET

PDragSequenceEventHandler.OnDragActivityStep Method 

Override this method to get notified when the drag activity starts stepping.

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

Parameters

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

See Also

PDragSequenceEventHandler Class | UMD.HCIL.Piccolo.Event Namespace