Class AjaxFileUploadStartEventArgs
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class AjaxFileUploadStartEventArgs : EventArgs
- Inheritance
-
AjaxFileUploadStartEventArgs
- Inherited Members
Constructors
AjaxFileUploadStartEventArgs(int)
public AjaxFileUploadStartEventArgs(int filesInQueue)
Parameters
filesInQueue
int
Properties
FilesInQueue
public int FilesInQueue { get; }
Property Value
ServerArguments
public string ServerArguments { get; set; }