Class AsyncFileUploadEventArgs
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class AsyncFileUploadEventArgs : EventArgs
- Inheritance
-
AsyncFileUploadEventArgs
- Inherited Members
Constructors
AsyncFileUploadEventArgs()
public AsyncFileUploadEventArgs()
AsyncFileUploadEventArgs(AsyncFileUploadState, string, string, string)
public AsyncFileUploadEventArgs(AsyncFileUploadState state, string statusMessage, string filename, string filesize)
Parameters
state
AsyncFileUploadStatestatusMessage
stringfilename
stringfilesize
string
Properties
FileName
public string FileName { get; }
Property Value
FileSize
public string FileSize { get; }
Property Value
State
public AsyncFileUploadState State { get; }
Property Value
StatusMessage
public string StatusMessage { get; }