FormView.OnItemInserted(FormViewInsertedEventArgs) 메서드

정의

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

protected:
 virtual void OnItemInserted(System::Web::UI::WebControls::FormViewInsertedEventArgs ^ e);
protected virtual void OnItemInserted (System.Web.UI.WebControls.FormViewInsertedEventArgs e);
abstract member OnItemInserted : System.Web.UI.WebControls.FormViewInsertedEventArgs -> unit
override this.OnItemInserted : System.Web.UI.WebControls.FormViewInsertedEventArgs -> unit
Protected Overridable Sub OnItemInserted (e As FormViewInsertedEventArgs)

매개 변수

e
FormViewInsertedEventArgs

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

설명

OnItemInserted 메서드를 호출 합니다 FormView 시키려면 컨트롤은 ItemInserted 이벤트입니다. 확장할 때 주로 컨트롤 개발자가 사용 됩니다는 FormView 클래스입니다.

이벤트가 발생하면 대리자를 통해 이벤트 처리기가 호출됩니다. 자세한 내용은 이벤트 처리 및 발생합니다.

또한 OnItemInserted 메서드를 사용하면 파생 클래스가 대리자를 연결하지 않고도 이벤트를 처리할 수 있습니다. 이는 파생 클래스에서 이벤트를 처리하는 기본 방법입니다.

상속자 참고

파생 클래스에서 OnItemInserted(FormViewInsertedEventArgs)를 재정의하는 경우 등록된 대리자가 이벤트를 받도록 기본 클래스의 OnItemInserted(FormViewInsertedEventArgs) 메서드를 호출해야 합니다.

적용 대상

추가 정보