Raises the ActiveCellChanged event.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
protected virtual void OnActiveCellChanged ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnActiveCellChanged( _ |
An object providing the event data.
RemarksThe currently active cell can be accessed through the ActiveCell property.
See Also