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





Raised when the validation of entered data has failed and the validation's ErrorAction property is set to RaiseEvent.

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

 Syntax

C#  Copy Code

public event EventHandler<ValidationFailedEventArgs> WorksheetValidationFailed

Visual Basic  Copy Code

Public Event WorksheetValidationFailed As EventHandler(Of ValidationFailedEventArgs)

 Event Data

WorksheetValidationFailed event handlers receive an argument of type ValidationFailedEventArgs.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace