CustomExpressionEventArgs Construtor

Definição

Inicializa uma nova instância da classe CustomExpressionEventArgs usando o objeto de fonte de dados e um dicionário de valores de parâmetro avaliados.

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

Parâmetros

source
IQueryable

O objeto de fonte de dados a ser usado.

values
IDictionary<String,Object>

Os valores avaliados da coleção de parâmetros do objeto CustomExpression.

Aplica-se a