listrequesteventargs-class
Provides data for ListRequest event.
public class Korzh.EasyQuery.Wpf.ListRequestEventArgs
: RoutedEventArgs
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
| Name | Type | Description |
|---|---|---|
ListRequestEventArgs(string listName, string data, ValueItemList listItems, Condition condition, RoutedEvent routedEvent) | void | Initializes a new instance of the ListRequestEventArgs class. |
Fields
| Name | Type | Description |
|---|---|---|
| Condition | Condition |
Properties
| Name | Type | Description |
|---|---|---|
| Data | string | Gets the data associated with this object. |
| ListItems | ValueItemList | Gets or sets the requested list of items. |
| ListName | string | Gets the name of the list. |
| SQL | string | Gets the text of SQL SELECT statement. |