Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 566 Bytes

File metadata and controls

19 lines (11 loc) · 566 Bytes

OnDropFiles event

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJFormDropFiles

Applies to: ~>5.0

property OnDropFiles: TNotifyEvent;

Description

This event is triggered after files have been dropped on the form and the files have been processed. When this event is triggered all the dropped files are available in the Files property.

This event is not triggered when the Enabled property is False.