Skip to content

ListRequestEventArgs class

Provides data for ListRequest event.

public class Korzh.EasyQuery.Wpf.ListRequestEventArgs
: RoutedEventArgs

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

Assembly: Korzh.EasyQuery.WPF.dll

NameTypeDescription
ListRequestEventArgs(string listName, string data, ValueItemList listItems, Condition condition, RoutedEvent routedEvent)voidInitializes a new instance of the ListRequestEventArgs class.
NameTypeDescription
ConditionCondition
NameTypeDescription
DatastringGets the data associated with this object.
ListItemsValueItemListGets or sets the requested list of items.
ListNamestringGets the name of the list.
SQLstringGets the text of SQL SELECT statement.