Skip to content

CreateValueElementEventArgs class

Provides data for CreateValueElement event.

public class Korzh.EasyQuery.WinForms.CreateValueElementEventArgs
: EventArgs

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
CreateValueElementEventArgs(ConditionRow conditionRow, DataType dataType)voidInitializes a new instance of the CreateValueElementEventArgs class.
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.