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
Constructors
Name | Type | Description |
---|---|---|
CreateValueElementEventArgs(ConditionRow conditionRow, DataType dataType) | void |
Initializes a new instance of the CreateValueElementEventArgs class. |
Properties
Name | Type | Description |
---|---|---|
ConditionRow | ConditionRow | Gets or sets the condition row where this value element should be created |
DataType | DataType | Gets or sets the type of the data. |
Element | XElement | Gets or sets the created element. |