Search
WorksheetView.CellClicked Event
See Also
 






Raised when a cell is clicked.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public event EventHandler<CellMouseEventArgs> CellClicked

Visual Basic  Copy Code

Public Event CellClicked As EventHandler(Of CellMouseEventArgs)

 Event Data

CellClicked event handlers receive an argument of type CellMouseEventArgs.

 See Also