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.

To enable this event, set the ImageKit Control's AllowDrop property to True.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation