SelectedEventArgs
Interface represents the event arguments for the selected
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
event MouseEvent TouchEvent DragEvent ClipboardEvent
Gets the original triggered event arguments.
files FileInfo[]
Gets the file info objects that were selected.
isCanceled Boolean
Gets a value indicating whether the action was cancelled because files were not present.
isModified Boolean
Gets or sets a value indicating whether files are displayed based on being modified.
modifiedFiles FileInfo[]
Gets the modified files info objects that have been modifies when the isModified value is true.
name String
Gets the name of the event.
progressInterval String
Gets the step value from the progress bar.