Raised when a cell of the active worksheet is clicked.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellMouseEventArgs> CellClicked |
Visual Basic
Copy Code
|
|---|
Public Event CellClicked As EventHandler(Of CellMouseEventArgs) |
Event DataCellClicked event handlers receive an argument of type CellMouseEventArgs.
RemarksThis event can be used to display a context menu when a cell is right-clicked with the mouse.
See Also