Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 555 Bytes

TPJDropFiles-OnDropFiles.md

File metadata and controls

19 lines (11 loc) · 555 Bytes

OnDropFiles event

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJDropFiles

Applies to: ~>5.0

property OnDropFiles: TNotifyEvent;

Description

This event is triggered after files have been dropped on the component 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.