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

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.