ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamBeginOleDragEvent

Occurs when files are being dragged.

Syntax
Pascal
TJamBeginOleDragEvent = procedure (Sender: TObject; pMouseButton: TMouseButton; const pFiles: IItemIdListCollection; var pJamDragEffect: TJamDropEffect) of object;
Parameters 
Description 
Sender 
The sender.  
pMouseButton 
The mouse button used for dragging.  
pFiles 
The files that are dragged.  
pJamDragEffect 
The drag effect that should be executed for this drag operation.