Bagikan melalui


CustomExpressionEventArgs Konstruktor

Definisi

Menginisialisasi instans CustomExpressionEventArgs baru kelas menggunakan objek sumber data dan kamus nilai parameter yang dievaluasi.

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

Parameter

source
IQueryable

Objek sumber data yang akan digunakan.

values
IDictionary<String,Object>

Nilai yang dievaluasi dari kumpulan CustomExpression parameter objek.

Berlaku untuk