C# Class CSReportDll.ProgressEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
ProgressEventArgs ( String task, int page, int currRecord, int recordCount ) : System

Method Details

ProgressEventArgs() public méthode

public ProgressEventArgs ( String task, int page, int currRecord, int recordCount ) : System
task String
page int
currRecord int
recordCount int
Résultat System