MindFusion.Wpf Pack Programmer's Guide
Workbook.WorksheetCellChanging Event
See Also
 





Raised when a cell of one of the worksheets is about to change.

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

 Syntax

C#  Copy Code

public event EventHandler<CellValidationEventArgs> WorksheetCellChanging

Visual Basic  Copy Code

Public Event WorksheetCellChanging As EventHandler(Of CellValidationEventArgs)

 Event Data

WorksheetCellChanging event handlers receive an argument of type CellValidationEventArgs.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace