CellClick event
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.
Syntax
[Visual Basic]
Public Sub CellClick(UniqueID as Short)
[C#]
public void CellClick(short UniqueID);
[C++]
public: void CellClick(short UniqueID);
|
Parameter
|
Description
|
|
|
|
|
UniqueID
|
he UniqueID of the cell's whose area has been clicked.
|