Specifies the action to perform when data validation fails.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
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. |
RemarksMembers of this enumeration can be assigned to the ErrorAction property of IValidation instances.
See Also