Skip to content

ListRequestEventArgs class

Provides data for ListRequest event.

public class Korzh.EasyQuery.WinForms.ListRequestEventArgs
: EventArgs

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

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
ListRequestEventArgs(string listName, ValueItemList listItems)voidInitializes a new instance of the ListRequestEventArgs class.
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.