Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGanttTaskMovingEventArgs Class

Contains data for the TaskMoving event.

Declaration

declare class ASPxClientGanttTaskMovingEventArgs extends ASPxClientCancelEventArgs

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents TaskMoving="onGanttTaskMoving" ... />
</dx:ASPxGantt>

Concepts

Online Demo

Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientGanttTaskMovingEventArgs
See Also