ListViewItemEventArgs.CreateArgs

Syntax

CreateArgs(ListView: IListView; Item: IListViewItem);

Parameters

ListView - component, for which the event is generated.

Item - element of the component, for which the event is generated.

Description

The CreateArgs constructor creates arguments of the events that occur when any actions are executed with the element of the ListView component.

See also:

ListViewItemEventArgs