GridViewCancelEditEventArgs(Int32) 생성자

정의

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

public:
 GridViewCancelEditEventArgs(int rowIndex);
public GridViewCancelEditEventArgs(int rowIndex);
new System.Web.UI.WebControls.GridViewCancelEditEventArgs : int -> System.Web.UI.WebControls.GridViewCancelEditEventArgs
Public Sub New (rowIndex As Integer)

매개 변수

rowIndex
Int32

이벤트를 발생시킨 취소 단추가 포함된 행의 인덱스입니다.

설명

이 생성자를 사용하여 클래스의 새 인스턴스를 초기화합니다 GridViewCancelEditEventArgs .

다음 표에서는 인스턴스 GridViewCancelEditEventArgs의 초기 속성 값을 보여 줍니다.

재산 초기 값
RowIndex 매개 변수의 값입니다 rowIndex .

메모

이 생성자는 이벤트를 발생시키는 경우 컨트롤 개발자가 주로 사용합니다.

적용 대상

추가 정보