Skip to content

ValueRequestEventArgs class

Provides data for ValueRequest event.

public class Korzh.EasyQuery.WinForms.ValueRequestEventArgs
: EventArgs

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

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
ValueRequestEventArgs(Condition cond, string value, string text, string data)voidInitializes a new instance of the ValueRequestEventArgs class.
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.