Share via


CustomExpressionEventArgs 생성자

정의

데이터 소스 개체와 계산된 매개 변수 값의 사전을 사용하여 CustomExpressionEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 CustomExpressionEventArgs(System::Linq::IQueryable ^ source, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ values);
public CustomExpressionEventArgs (System.Linq.IQueryable source, System.Collections.Generic.IDictionary<string,object> values);
new System.Web.UI.WebControls.Expressions.CustomExpressionEventArgs : System.Linq.IQueryable * System.Collections.Generic.IDictionary<string, obj> -> System.Web.UI.WebControls.Expressions.CustomExpressionEventArgs
Public Sub New (source As IQueryable, values As IDictionary(Of String, Object))

매개 변수

source
IQueryable

사용할 데이터 소스 개체입니다.

values
IDictionary<String,Object>

CustomExpression 개체의 매개 변수 컬렉션에서 계산한 값입니다.

적용 대상