This event is generated after an image is dragged and dropped into the ImageKit Control.
[Visual Basic] Public Event
GetDragDropFileName As FileEventHandler
[C#] public event FileEventHandler
GetDragDropFileName;
Event Data
The event handler receives arguments of type FileEventArgs
Explanation
The GetDragDropFileName event is generated after an image is dragged and dropped into the ImageKit Control. This event will be generated when an image file is dragged from Windows Explorer or the thumbnail control and dropped into the ImageKit Control.