Search
FindReplaceForm.CellActivated Event
See Also
 






Raised when the user clicks on an entry in the result list.

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

 Syntax

C#  Copy Code

public event EventHandler<CellEventArgs> CellActivated

Visual Basic  Copy Code

Public Event CellActivated As EventHandler(Of CellEventArgs)

 Event Data

CellActivated event handlers receive an argument of type CellEventArgs.

 See Also