| Visual Basic (Declaration) | |
|---|---|
Public Interface IValidationAction | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public interface IValidationAction | |
This interface allows us to define the actions that should be executed after validation in a generic fashion.
For example, addition of error messages to validation errors collection is performed by one specific implementation of this interface, ErrorMessageAction.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family