Copyright © 2003-2024 MultiMedia Soft

CellClick event

Previous pageReturn to chapter overviewNext page

Remarks

Occurs when the user presses and releases the left mouse button over the area of an existing cell: this event is not fired if the cell's CellsManager.Visible property is set to False.

For further details about cells management, see the How to manage cells section.

 

Syntax

 

[Visual Basic]

Public Sub CellClick(UniqueID as Short)

 

[C#]

public void CellClick(short UniqueID);

 

[C++]

public: void CellClick(short UniqueID);

 

 

Parameter

Description

 

 

UniqueID

The UniqueID of the cell's whose area has been clicked.