ListViewActionEventArgs.Create

Syntax

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

Parameters

ListView is a component for which the event is generated.

Item is an element of the component over which any action if performed.

Allowed is an indicator that the action is allowed.

Description

The Create designer creates argument of the events that occur before any action over the elements of the component.

See also:

ListViewActionEventArgs