다음을 통해 공유


EntityDataSourceView.Inserting 이벤트

정의

데이터 소스에 새 개체가 유지되기 전에 발생합니다.

public:
 event EventHandler<System::Web::UI::WebControls::EntityDataSourceChangingEventArgs ^> ^ Inserting;
public event EventHandler<System.Web.UI.WebControls.EntityDataSourceChangingEventArgs> Inserting;
member this.Inserting : EventHandler<System.Web.UI.WebControls.EntityDataSourceChangingEventArgs> 
Public Custom Event Inserting As EventHandler(Of EntityDataSourceChangingEventArgs) 

이벤트 유형

EventHandler<EntityDataSourceChangingEventArgs>

적용 대상