C# Class CatEye.Core.ReportStageProgressMessageEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: bigfatbrowncat/CatEye Class Usage Examples

Public Methods

Method Description
ReportStageProgressMessageEventArgs ( bool showProgressBar, double progress, string status, bool update ) : System

Method Details

ReportStageProgressMessageEventArgs() public method

public ReportStageProgressMessageEventArgs ( bool showProgressBar, double progress, string status, bool update ) : System
showProgressBar bool
progress double
status string
update bool
return System