Table of Contents

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 AsyncFileUploadState
statusMessage string
filename string
filesize string

Properties

FileName

public string FileName { get; }

Property Value

string

FileSize

public string FileSize { get; }

Property Value

string

State

public AsyncFileUploadState State { get; }

Property Value

AsyncFileUploadState

StatusMessage

public string StatusMessage { get; }

Property Value

string