C# 클래스 GBD.DataGridViewCheckBoxHeaderCellEventArgs

The data grid view check box header cell event args.
상속: System.EventArgs
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
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