Class UploadStartedEventArgs
Event arguments class for the UploadStarted event of the RadUpload.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class UploadStartedEventArgs : FilesSelectedEventArgs
Constructors
UploadStartedEventArgs(IList<RadUploadSelectedFile>)
Initializes a new instance of the UploadStartedEventArgs class.
Declaration
public UploadStartedEventArgs(IList<RadUploadSelectedFile> selectedFiles)
Parameters
System.Collections.Generic.IList<RadUploadSelectedFile>
selectedFiles
The selected files. |