FileDropPanel.FilesDropped

FileDropPanel.FilesDropped event

This event is being raised when files are dropped to the panel.

public event EventHandler<FileDropEventArgs> FilesDropped;

See Also