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
C#
![]() |
---|
public event EventHandler<ValidationFailedEventArgs> ValidationFailed |
Visual Basic
![]() |
---|
Public Event ValidationFailed As EventHandler(Of ValidationFailedEventArgs) |
ValidationFailed event handlers receive an argument of type ValidationFailedEventArgs.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |