Skip to main content

createvalueelementeventargs-class

Provides data for CreateValueElement event.

public class Korzh.EasyQuery.WinForms.CreateValueElementEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
CreateValueElementEventArgs(ConditionRow conditionRow, DataType dataType)voidInitializes a new instance of the CreateValueElementEventArgs class.

Properties

NameTypeDescription
ConditionRowConditionRowGets or sets the condition row where this value element should be created
DataTypeDataTypeGets or sets the type of the data.
ElementXElementGets or sets the created element.