C# Class GBD.DataGridViewCheckBoxHeaderCellEventArgs

The data grid view check box header cell event args.
Inheritance: System.EventArgs
显示文件 Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
DataGridViewCheckBoxHeaderCellEventArgs ( bool isChecked ) : System

Initializes a new instance of the DataGridViewCheckBoxHeaderCellEventArgs class.

Method Details

DataGridViewCheckBoxHeaderCellEventArgs() public method

Initializes a new instance of the DataGridViewCheckBoxHeaderCellEventArgs class.
public DataGridViewCheckBoxHeaderCellEventArgs ( bool isChecked ) : System
isChecked bool /// The is checked. ///
return System