EntityDataSourceView.Selecting 이벤트

정의

쿼리가 생성 및 실행되기 전에 발생합니다.

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

이벤트 유형

EventHandler<EntityDataSourceSelectingEventArgs>

적용 대상