Class AjaxFileUploadCompleteAllEventArgs
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class AjaxFileUploadCompleteAllEventArgs : EventArgs
- Inheritance
-
AjaxFileUploadCompleteAllEventArgs
- Inherited Members
Constructors
AjaxFileUploadCompleteAllEventArgs(int, int, AjaxFileUploadCompleteAllReason)
public AjaxFileUploadCompleteAllEventArgs(int filesInQueue, int filesUploaded, AjaxFileUploadCompleteAllReason reason)
Parameters
filesInQueue
intfilesUploaded
intreason
AjaxFileUploadCompleteAllReason
Properties
FilesInQueue
public int FilesInQueue { get; }
Property Value
FilesUploaded
public int FilesUploaded { get; }
Property Value
Reason
public AjaxFileUploadCompleteAllReason Reason { get; }
Property Value
ServerArguments
public string ServerArguments { get; set; }