Occurs before this entity is validated. Hook to perform custom pre-validation processing or optionally cancel the validation operation.

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

Syntax

C#
public event CancelEventHandler Validating
Visual Basic (Declaration)
Public Event Validating As CancelEventHandler

See Also