MindFusion.Wpf Pack Programmer's Guide
ValidationErrorAction Enumeration
See Also
 





Specifies the action to perform when data validation fails.

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

 Syntax

C#  Copy Code

public enum ValidationErrorAction

Visual Basic  Copy Code

Public Enum ValidationErrorAction

 Members

  Member name Description

Information

Indicates that an information message box will be displayed.

RaiseEvent

Indicates that an event will be raised.

Stop

Indicates that an error message box will be displayed.

Warning

Indicates that a warning message box will be displayed.

 Remarks

Members of this enumeration can be assigned to the ErrorAction property of IValidation instances.

 See Also

MindFusion.Spreadsheet.Wpf Namespace