Mindscape LightSpeed - User Reference & API Documentation
OnValidating Method (e)
API ReferenceMindscape.LightSpeedEntityOnValidating(CancelEventArgs)
Raises the Validating event. This method is called just before an entity is validated. Override to perform custom pre-validation processing or optionally cancel the validation operation.
Declaration Syntax
C#Visual Basic
protected virtual void OnValidating(
	CancelEventArgs e
)
Protected Overridable Sub OnValidating ( _
	e As CancelEventArgs _
)
Parameters
e (CancelEventArgs)
The CancelEventArgs instance containing the event data.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)