C# Class System.Windows.Forms.Html.BrowserProgressChangeEventArgs

Inheritance: EventArgs
Show file Open project: shadolight/XmlDiffPatch

Public Methods

Method Description
BrowserProgressChangeEventArgs ( int progress, int progressMax ) : System

Method Details

BrowserProgressChangeEventArgs() public method

public BrowserProgressChangeEventArgs ( int progress, int progressMax ) : System
progress int
progressMax int
return System