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
SyntaxC#
Copy Code
|
|---|
public event EventHandler CellSelectionChanged |
Visual Basic
Copy Code
|
|---|
Public Event CellSelectionChanged As EventHandler |
Event DataCellSelectionChanged event handlers receive an argument of type EventArgs.
See Also