Search
WorkbookView.OnSelectionChanged Method
See Also
 






Raises the SelectionChanged event.

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

 Syntax

C#  Copy Code

protected virtual void OnSelectionChanged (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnSelectionChanged( _
    e As EventArgs _
)

 Parameters

e

An object providing the event data.

 See Also