다음을 통해 공유


LinqDataSourceView.Selecting 이벤트

정의

데이터 검색 작업 전에 발생합니다.

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

이벤트 유형

설명

Selecting 이벤트를 처리하여 데이터 검색 작업 중에 사용되는 값을 변경합니다. 자세한 내용은 LinqDataSource.Selecting 이벤트를 참조하세요.

적용 대상

추가 정보