Skip to main content

listrequesteventargs-class

Provides data for ListRequest event.

public class Korzh.EasyQuery.Wpf.ListRequestEventArgs
: RoutedEventArgs

Assembly: Korzh.EasyQuery.WPF.dll

Constructors

NameTypeDescription
ListRequestEventArgs(string listName, string data, ValueItemList listItems, Condition condition, RoutedEvent routedEvent)voidInitializes a new instance of the ListRequestEventArgs class.

Fields

NameTypeDescription
ConditionCondition

Properties

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.