Raised when the user finds a cell.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellEventArgs> CellFound |
Visual Basic
Copy Code
|
|---|
Public Event CellFound As EventHandler(Of CellEventArgs) |
Event DataCellFound event handlers receive an argument of type CellEventArgs.
See Also