ListView.OnChecking

Syntax

Sub OnChecking(Sender: Object; Args: IListViewActionEventArgs);

Begin

//set of operators;

End Sub OnChecking;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnChecking event occurs when the user starts selecting a list element.

Comments

The handler enables the user to prohibit element selection. The event occurs if CheckBoxes = True.

See also:

ListView