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 FileManagerActionEventArgsBase. |
ErrorText | Gets or sets a text for the explanatory message. Inherited from FileManagerActionEventArgsBase. |
File | Gets a file, related to the event. |
FileName | Gets or sets the name of a file selected to upload. |
InputStream | Gets a stream object that points to the uploaded file. |
OutputStream | Gets a stream object that points to the uploaded file. |
See Also