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





Raised when the user finds a cell.

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public event EventHandler<CellEventArgs> CellFound

Visual Basic  Copy Code

Public Event CellFound As EventHandler(Of CellEventArgs)

 Event Data

CellFound event handlers receive an argument of type CellEventArgs.

 See Also

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