FileManagerFileUploadEventArgs Properties
Provides data for the ASPxFileManager.FileUploading event.
Name | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the action that raised the event should be canceled.
Inherited from File |
Error |
Gets or sets a text for the explanatory message.
Inherited from File |
File | Gets a file, related to the event. |
File |
Gets or sets the name of a file selected to upload. |
Input |
Gets a stream object that points to the uploaded file. |
Output |
Gets a stream object that points to the uploaded file. |
See Also