DataGridViewElement.RaiseCellContentClick(DataGridViewCellEventArgs) 메서드

정의

CellContentClick 이벤트를 발생시킵니다.

protected:
 void RaiseCellContentClick(System::Windows::Forms::DataGridViewCellEventArgs ^ e);
protected void RaiseCellContentClick (System.Windows.Forms.DataGridViewCellEventArgs e);
member this.RaiseCellContentClick : System.Windows.Forms.DataGridViewCellEventArgs -> unit
Protected Sub RaiseCellContentClick (e As DataGridViewCellEventArgs)

매개 변수

e
DataGridViewCellEventArgs

이벤트 데이터를 포함하는 DataGridViewCellEventArgs입니다.

적용 대상

추가 정보