ListViewActionEventArgs.Create

Syntax

Create(ListView: IListView; Item: IListViewItem; Allowed: Boolean);

Parameters

ListView - component, for which the event is generated.

Item - element of the component, with which any action if execution.

Allowed - indicator that the action is allowed.

Description

The Create constructor creates an argument of the events that occur before any action with component elements.

See also:

ListViewActionEventArgs