Search
WorkbookView.ActiveCellChanged Event
See Also
 






Raised when the active cell is changed.

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

 Syntax

C#  Copy Code

public event EventHandler ActiveCellChanged

Visual Basic  Copy Code

Public Event ActiveCellChanged As EventHandler

 Event Data

ActiveCellChanged event handlers receive an argument of type EventArgs.

 See Also