Search
Worksheet.OnCellChanged Method
See Also
 






Raises the CellChanged event.

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

 Syntax

C#  Copy Code

protected virtual void OnCellChanged (
    CellChangedEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCellChanged( _
    e As CellChangedEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also