Search
WorkbookView.CellSelectionChanged Event
See Also
 






Raised when the selection is changed interactively, that is, modifying the selection programmatically does not raise this event.

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

 Syntax

C#  Copy Code

public event EventHandler CellSelectionChanged

Visual Basic  Copy Code

Public Event CellSelectionChanged As EventHandler

 Event Data

CellSelectionChanged event handlers receive an argument of type EventArgs.

 See Also