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 オブジェクトのパラメーター コレクションから得られた評価値。

適用対象