Table of Contents

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 int
filesUploaded int
reason AjaxFileUploadCompleteAllReason

Properties

FilesInQueue

public int FilesInQueue { get; }

Property Value

int

FilesUploaded

public int FilesUploaded { get; }

Property Value

int

Reason

public AjaxFileUploadCompleteAllReason Reason { get; }

Property Value

AjaxFileUploadCompleteAllReason

ServerArguments

public string ServerArguments { get; set; }

Property Value

string