DataGridViewCellStateChangedEventArgs 생성자

정의

DataGridViewCellStateChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 DataGridViewCellStateChangedEventArgs(System::Windows::Forms::DataGridViewCell ^ dataGridViewCell, System::Windows::Forms::DataGridViewElementStates stateChanged);
public DataGridViewCellStateChangedEventArgs (System.Windows.Forms.DataGridViewCell dataGridViewCell, System.Windows.Forms.DataGridViewElementStates stateChanged);
new System.Windows.Forms.DataGridViewCellStateChangedEventArgs : System.Windows.Forms.DataGridViewCell * System.Windows.Forms.DataGridViewElementStates -> System.Windows.Forms.DataGridViewCellStateChangedEventArgs
Public Sub New (dataGridViewCell As DataGridViewCell, stateChanged As DataGridViewElementStates)

매개 변수

dataGridViewCell
DataGridViewCell

상태가 변경된 DataGridViewCell입니다.

stateChanged
DataGridViewElementStates

셀에서 변경된 상태를 나타내는 DataGridViewElementStates 값 중 하나입니다.

예외

dataGridViewCell이(가) null인 경우

설명

이 메서드 매개 변수 값을 사용 하 여 초기화 된 CellStateChanged 속성입니다.

적용 대상

추가 정보