DetailsViewInsertedEventArgs(Int32, Exception) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DetailsViewInsertedEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
DetailsViewInsertedEventArgs(int affectedRows, Exception ^ e);
public DetailsViewInsertedEventArgs (int affectedRows, Exception e);
new System.Web.UI.WebControls.DetailsViewInsertedEventArgs : int * Exception -> System.Web.UI.WebControls.DetailsViewInsertedEventArgs
Public Sub New (affectedRows As Integer, e As Exception)
매개 변수
- affectedRows
- Int32
삽입 작업이 적용되는 행의 수입니다.
설명
이 생성자의 새 인스턴스를 초기화 하는 데는 DetailsViewInsertedEventArgs 클래스입니다.
다음 표에는 DetailsViewInsertedEventArgs의 인스턴스의 초기 속성 값이 나와 있습니다.
속성 | 초기 값 |
---|---|
AffectedRows | affectedRows 매개 변수의 값입니다. |
Exception | 합니다 System.Exception 에 포함 된 개체는 e 매개 변수입니다. |
ExceptionHandled | 로 초기화 false 합니다. |
KeepInInsertMode | 로 초기화 false 합니다. |
참고
이 생성자는 이벤트를 발생 시킬 때 주로 컨트롤 개발자가 사용 됩니다.