Class FileUploadedEventArgs
Event arguments class for the FileUploaded event of the RadUpload.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class FileUploadedEventArgs : FileEventArgs
Constructors
FileUploadedEventArgs(RadUploadSelectedFile, RadUploadReturnedData)
Initializes a new instance of the FileUploadedEventArgs class.
Declaration
public FileUploadedEventArgs(RadUploadSelectedFile file, RadUploadReturnedData handlerData)
Parameters
RadUploadSelectedFile
file
|
RadUploadReturnedData
handlerData
|
Properties
HandlerData
Gets the handler data.
Declaration
public RadUploadReturnedData HandlerData { get; }
Property Value
RadUploadReturnedData
The handler data. |
Remarks
This is the data the is returned from the Handler. If you have any custom data returned from the handler you can access it by using the "associatedData" key from the dictionary.