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