Raised when the user clicks on an entry in the result list.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellEventArgs> CellActivated |
Visual Basic
Copy Code
|
|---|
Public Event CellActivated As EventHandler(Of CellEventArgs) |
Event DataCellActivated event handlers receive an argument of type CellEventArgs.
See Also