OnOLECompleteDrag event (Main Control)
Builder Syntax |
TOLECompleteDragEvent OnOLECompleteDrag (TmouseButton Button, TShiftState Shift, int X, int Y); |
Delphi Syntax |
OnOLECompleteDrag (Button: TMouseButton; Shift: TShiftState; X, Y: Integer): TOLECompleteDragEvent; |
Overview |
Refer to Drag and Drop |
Remarks
Occurs when the dragging operation is complete and the image is dropped.
Please note that only the Left mouse button is used in the drag and drop process.
See Also
Elements: |
EnableOLEDragMethod property, OLEDragCursor property, OnOLEStartDrag event, OnOLEDragOver event, OnOLEGiveFeedback event |
Topics: |