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. The parameter allowing to determine event parameters.

Description

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

Comments

The handler allows to prohibit element selection. The event occurs, if CheckBoxes = True.

See also:

ListView