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

Inheritance: EventArgs
Show file Open project: shadolight/XmlDiffPatch

Public Methods

Method Description
BrowserCommandStateChangeEventArgs ( int commandState, bool enable ) : System

Method Details

BrowserCommandStateChangeEventArgs() public method

public BrowserCommandStateChangeEventArgs ( int commandState, bool enable ) : System
commandState int
enable bool
return System