C# Класс GBD.DataGridViewCheckBoxHeaderCellEventArgs

The data grid view check box header cell event args.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
DataGridViewCheckBoxHeaderCellEventArgs ( bool isChecked ) : System

Initializes a new instance of the DataGridViewCheckBoxHeaderCellEventArgs class.

Описание методов

DataGridViewCheckBoxHeaderCellEventArgs() публичный Метод

Initializes a new instance of the DataGridViewCheckBoxHeaderCellEventArgs class.
public DataGridViewCheckBoxHeaderCellEventArgs ( bool isChecked ) : System
isChecked bool /// The is checked. ///
Результат System