Search
WorkbookView.SelectionChanged Event
See Also
 






Raised when the current cell selection is changed interactively.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public event EventHandler SelectionChanged

Visual Basic  Copy Code

Public Event SelectionChanged As EventHandler

 Event Data

SelectionChanged event handlers receive an argument of type EventArgs.

 See Also