Raised when a cell of the worksheet is changed.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellChangedEventArgs> CellChanged |
Visual Basic
Copy Code
|
|---|
Public Event CellChanged As EventHandler(Of CellChangedEventArgs) |
Event DataCellChanged event handlers receive an argument of type CellChangedEventArgs.
See Also