valuerequesteventargs-class
Provides data for ValueRequest event.
public class Korzh.EasyQuery.WinForms.ValueRequestEventArgs
: EventArgs
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
ValueRequestEventArgs(Condition cond, string value, string text, string data) | void | Initializes a new instance of the ValueRequestEventArgs class. |
Properties
Name | Type | Description |
---|---|---|
Condition | Condition | Gets the condition which this ValueRequest event was raised for |
Data | string | Gets the data associated with corresponding custom value editor. |
Text | string | Gets or sets the text which will be shown to user. |
Value | string | Gets or sets the value. |