Search
Worksheet.ValidationFailed 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> ValidationFailed

Visual Basic  Copy Code

Public Event ValidationFailed As EventHandler(Of ValidationFailedEventArgs)

 Event Data

ValidationFailed event handlers receive an argument of type ValidationFailedEventArgs.

 See Also