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