Sdílet prostřednictvím


CustomExpressionEventArgs Konstruktor

Definice

Inicializuje novou instanci CustomExpressionEventArgs třídy pomocí objektu zdroje dat a slovníku vyhodnocených hodnot parametrů.

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))

Parametry

source
IQueryable

Objekt zdroje dat, který se má použít.

values
IDictionary<String,Object>

Vyhodnocené hodnoty z kolekce parametrů CustomExpression objektu.

Platí pro