다음을 통해 공유


EntityDataSourceView.Inserted 이벤트

정의

데이터 소스에서 새 개체가 만들어진 후에 발생합니다.

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

이벤트 유형

EventHandler<EntityDataSourceChangedEventArgs>

적용 대상