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