Use this event to hook up special validation logic. Called after binding completes. Return false to indicate validation failed

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
[BrowsableAttribute(true)]
public event DataBindingItemValidate Validate
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
Public Event Validate As DataBindingItemValidate

See Also