MindFusion.Wpf Pack Programmer's Guide
FindReplaceForm.CellActivated Event
See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.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

FindReplaceForm Members
FindReplaceForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace