Skip to main content

valuerequesteventargs-class

Provides data for ValueRequest event.

public class Korzh.EasyQuery.WinForms.ValueRequestEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ValueRequestEventArgs(Condition cond, string value, string text, string data)voidInitializes a new instance of the ValueRequestEventArgs class.

Properties

NameTypeDescription
ConditionConditionGets the condition which this ValueRequest event was raised for
DatastringGets the data associated with corresponding custom value editor.
TextstringGets or sets the text which will be shown to user.
ValuestringGets or sets the value.