LanerBox.OnCellPictureClick

Syntax

Sub OnCellPictureClick(Sender: Object; Args: ITabCellBaseEventArgs);

Begin

//set of operators;

End Sub OnCellPictureClick;

Parameters

Sender. Parameter returning the component that has generated the event.

Args. Parameter allowing to determine event parameters.

Description

The OnCellPictureClick event occurs on clicking an image in a table cell.

Comments

This event is handled only when the  EnablePictureEvents  property is set to TriState.OnOption.

See also:

LanerBox