Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 577 Bytes

TPJCtrlDropFiles-OnDropFiles.md

File metadata and controls

19 lines (11 loc) · 577 Bytes

OnDropFiles event

Project: Drop Files Components.

Unit: PJDropFiles.

Class: TPJCtrlDropFiles

Applies to: ~>5.0

property OnDropFiles: TNotifyEvent;

Description

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