Sub OnChecking(Sender: Object; Args: IListViewActionEventArgs);
Begin
//set of operators;
End Sub OnChecking;
Sender. Parameter that returns the component that generated the event.
Args. The parameter allowing to determine event parameters.
The OnChecking event occurs when the user starts selecting a list element.
The handler allows to prohibit element selection. The event occurs, if CheckBoxes = True.
See also: