C# Class Rubberduck.SmartIndenter.IndenterProgressEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
IndenterProgressEventArgs ( string componentName, int progress, int max ) : System

Method Details

IndenterProgressEventArgs() public method

public IndenterProgressEventArgs ( string componentName, int progress, int max ) : System
componentName string
progress int
max int
return System