Skip to main content

valuerequesteventargs-class

Provides data for ValueRequest event.

public class Korzh.EasyQuery.Wpf.ValueRequestEventArgs
: RoutedEventArgs

Assembly: Korzh.EasyQuery.WPF.dll

Constructors

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

Properties

NameTypeDescription
ConditionConditionGets or sets the condition asssociated with current row in query panel
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.