C# Class AjaxControlToolkit.AsyncFileUploadEventArgs

Inheritance: System.EventArgs
显示文件 Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Methods

Method Description
AsyncFileUploadEventArgs ( ) : System
AsyncFileUploadEventArgs ( AsyncFileUploadState state, string statusMessage, string filename, string filesize ) : System

Method Details

AsyncFileUploadEventArgs() public method

public AsyncFileUploadEventArgs ( ) : System
return System

AsyncFileUploadEventArgs() public method

public AsyncFileUploadEventArgs ( AsyncFileUploadState state, string statusMessage, string filename, string filesize ) : System
state AsyncFileUploadState
statusMessage string
filename string
filesize string
return System