|
TBaseVirtualTree.OnDragOver Event
Drag'n drop support event.
Pascal
property OnDragOver: TVTDragOverEvent;
Description
Triggered when Sender is the potential target of a drag'n drop operation. You can use this event to allow or deny a drop operation by setting Allowed to True or False, respectively. For conditions of OLE or VCL drag source see OnDragDrop.
See Also
Class
Links
What do you think about this topic? Send feedback!
|