createvalueelementeventargs-class
Provides data for CreateValueElement event.
public class Korzh.EasyQuery.WinForms.CreateValueElementEventArgs
: EventArgs
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. |