TdxGanttControlResourceDragAndDropEvent Type
In This Article
#Declaration
Delphi
TdxGanttControlResourceDragAndDropEvent = procedure(Sender: TObject; AResource: TdxGanttControlResource; ANewID: Integer; var AAccept: Boolean) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
AResource | Tdx |
ANew |
Integer |
AAccept | Boolean |
See Also