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.