C# 클래스 AjaxControlToolkit.AjaxFileUploadCompleteAllEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
AjaxFileUploadCompleteAllEventArgs ( int filesInQueue, int filesUploaded, AjaxFileUploadCompleteAllReason reason ) : System

메소드 상세

AjaxFileUploadCompleteAllEventArgs() 공개 메소드

public AjaxFileUploadCompleteAllEventArgs ( int filesInQueue, int filesUploaded, AjaxFileUploadCompleteAllReason reason ) : System
filesInQueue int
filesUploaded int
reason AjaxFileUploadCompleteAllReason
리턴 System