GridViewCommandEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
GridViewCommandEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
GridViewCommandEventArgs(Object, CommandEventArgs) |
지정된 명령 소스 및 이벤트 인수를 사용하여 GridViewCommandEventArgs 클래스의 새 인스턴스를 초기화합니다. |
GridViewCommandEventArgs(GridViewRow, Object, CommandEventArgs) |
지정된 행, 명령 소스 및 이벤트 인수를 사용하여 GridViewCommandEventArgs 클래스의 새 인스턴스를 초기화합니다. |
GridViewCommandEventArgs(Object, CommandEventArgs)
지정된 명령 소스 및 이벤트 인수를 사용하여 GridViewCommandEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
GridViewCommandEventArgs(System::Object ^ commandSource, System::Web::UI::WebControls::CommandEventArgs ^ originalArgs);
public GridViewCommandEventArgs (object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs);
new System.Web.UI.WebControls.GridViewCommandEventArgs : obj * System.Web.UI.WebControls.CommandEventArgs -> System.Web.UI.WebControls.GridViewCommandEventArgs
Public Sub New (commandSource As Object, originalArgs As CommandEventArgs)
매개 변수
- commandSource
- Object
명령의 소스입니다.
- originalArgs
- CommandEventArgs
이벤트 데이터가 포함된 CommandEventArgs 개체입니다.
설명
이 생성자의 새 인스턴스를 초기화 하는 데는 GridViewCommandEventArgs 클래스입니다.
다음 표에는 GridViewCommandEventArgs의 인스턴스의 초기 속성 값이 나와 있습니다.
속성 | 초기 값 |
---|---|
CommandArgument | 값을 CommandArgument 의 속성을 CommandEventArgs 에 포함 된 개체를 originalArgs 매개 변수입니다. |
CommandName | 값을 CommandName 의 속성을 CommandEventArgs 에 포함 된 개체를 originalArgs 매개 변수입니다. |
CommandSource | 에 포함 된 개체는 commandSource 매개 변수입니다. |
참고
이 생성자는 이벤트를 발생 시킬 때 주로 컨트롤 개발자가 사용 됩니다.
추가 정보
적용 대상
GridViewCommandEventArgs(GridViewRow, Object, CommandEventArgs)
지정된 행, 명령 소스 및 이벤트 인수를 사용하여 GridViewCommandEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
GridViewCommandEventArgs(System::Web::UI::WebControls::GridViewRow ^ row, System::Object ^ commandSource, System::Web::UI::WebControls::CommandEventArgs ^ originalArgs);
public GridViewCommandEventArgs (System.Web.UI.WebControls.GridViewRow row, object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs);
new System.Web.UI.WebControls.GridViewCommandEventArgs : System.Web.UI.WebControls.GridViewRow * obj * System.Web.UI.WebControls.CommandEventArgs -> System.Web.UI.WebControls.GridViewCommandEventArgs
Public Sub New (row As GridViewRow, commandSource As Object, originalArgs As CommandEventArgs)
매개 변수
- row
- GridViewRow
단추가 들어 있는 행을 나타내는 GridViewRow 개체입니다.
- commandSource
- Object
명령의 소스입니다.
- originalArgs
- CommandEventArgs
이벤트 데이터가 포함된 CommandEventArgs 개체입니다.
설명
이 생성자의 새 인스턴스를 초기화 하는 데는 GridViewCommandEventArgs 클래스입니다.
다음 표에는 GridViewCommandEventArgs의 인스턴스의 초기 속성 값이 나와 있습니다.
속성 | 초기 값 |
---|---|
CommandArgument | 값을 CommandArgument 의 속성을 CommandEventArgs 에 포함 된 개체를 originalArgs 매개 변수입니다. |
CommandName | 값을 CommandName 의 속성을 CommandEventArgs 에 포함 된 개체를 originalArgs 매개 변수입니다. |
CommandSource | 에 포함 된 개체는 commandSource 매개 변수입니다. |
참고
이 생성자는 이벤트를 발생 시킬 때 주로 컨트롤 개발자가 사용 됩니다.