Raised when a cell of the worksheet is about to change.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
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