smartDBforms.NET API Reference

ValidateCustomEvent Class

An implementation of CustomEvent. This event can be fired when the current value should be validated. If validation fails, you can set IsValid to false and set ErrorMessage to a value describing the validation problem. The template should show the error message to the user.

For a list of all members of this type, see ValidateCustomEvent Members.

System.Object
   CustomEvent
      ValidateCustomEvent

[Visual Basic]
Public Class ValidateCustomEvent
    Inherits CustomEvent
[C#]
public class ValidateCustomEvent : CustomEvent

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

ValidateCustomEvent Members | Adillis.SmartDBForms Namespace