Skip to main content

listrequesteventargs-class

Provides data for ListRequest event.

public class Korzh.EasyQuery.WinForms.ListRequestEventArgs
: EventArgs

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ListRequestEventArgs(string listName, ValueItemList listItems)voidInitializes a new instance of the ListRequestEventArgs class.

Properties

NameTypeDescription
DataobjectGets or sets any custom data that can be passed to event handler.
ListItemsValueItemListGets or sets the requested list of items.
ListNamestringGets the name of the list.
ResultXmlstringSets the result of SQL execution in XML format.