C# 클래스 Glyma.UtilityService.Export.Common.EventArgs.ExportCompletedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
ExportCompletedEventArgs ( string fileLocation, object userState, string mapname, ExportStatus status = null, string errorMessage = null ) : System

메소드 상세

ExportCompletedEventArgs() 공개 메소드

public ExportCompletedEventArgs ( string fileLocation, object userState, string mapname, ExportStatus status = null, string errorMessage = null ) : System
fileLocation string
userState object
mapname string
status ExportStatus
errorMessage string
리턴 System