[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.ExpressionEditorCollection.ExpressionCollectionEventArgs.-ctor

ExpressionCollectionEventArgs Constructor

ExpressionCollectionEventArgs(string, string)

Initializes a new instance of the ExpressionCollectionEventArgs class.

Declaration
public ExpressionCollectionEventArgs(string columnName, string expression)
Public Sub New(columnName As String, expression As String)
Parameters
Type Name Description
string columnName

related column name.

string expression

expression value.