C# Class GBD.DataGridViewCheckBoxHeaderCellEventArgs

The data grid view check box header cell event args.
Inheritance: System.EventArgs
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Méthodes publiques

Méthode Description
DataGridViewCheckBoxHeaderCellEventArgs ( bool isChecked ) : System

Initializes a new instance of the DataGridViewCheckBoxHeaderCellEventArgs class.

Method Details

DataGridViewCheckBoxHeaderCellEventArgs() public méthode

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