MindFusion.Wpf Pack Programmer's Guide
Worksheet.CellChanging Event
See Also
 





Raised when a cell of the worksheet is about to change.

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

 Syntax

C#  Copy Code

public event EventHandler<CellValidationEventArgs> CellChanging

Visual Basic  Copy Code

Public Event CellChanging As EventHandler(Of CellValidationEventArgs)

 Event Data

CellChanging event handlers receive an argument of type CellValidationEventArgs.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace