Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
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. 
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
he UniqueID of the cell's whose area has been clicked.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index