Event FilesSelected
Event fired when user attempts to confirm a selection (or multi selection). Allows you to cancel the selection or undertake alternative behavior e.g. open a dialog "File already exists, Overwrite? yes/no".
public event EventHandler<FilesSelectedEventArgs> FilesSelected
Returns
- EventHandler<FilesSelectedEventArgs>
- Event fired when user attempts to confirm a selection (or multi selection). Allows you to cancel the selection or undertake alternative behavior e.g. open a dialog "File already exists, Overwrite? yes/no".