DataGridViewRowContextMenuStripNeededEventArgs(Int32) 생성자

정의

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

public:
 DataGridViewRowContextMenuStripNeededEventArgs(int rowIndex);
public DataGridViewRowContextMenuStripNeededEventArgs (int rowIndex);
new System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs : int -> System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs
Public Sub New (rowIndex As Integer)

매개 변수

rowIndex
Int32

행의 인덱스입니다.

예외

rowIndex이 -1보다 작습니다.

설명

이 생성자를 사용 합니다 rowIndex 초기화 매개 변수 값을 RowIndex 속성입니다.

적용 대상

추가 정보