TdxGanttControlResourceDragAndDropEvent Type
Declaration
TdxGanttControlResourceDragAndDropEvent = procedure(Sender: TObject; AResource: TdxGanttControlResource; ANewID: Integer; var AAccept: Boolean) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TObject |
| AResource | TdxGanttControlResource |
| ANewID | Integer |
| AAccept | Boolean |
See Also