Delegate for events relating to validation.
Namespace:
Mindscape.LightSpeed.Web.WebFormsAssembly: Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)
Syntax
C# |
---|
public delegate void DataBindingItemValidate( Object sender, EntityDataBindingValidationEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub DataBindingItemValidate ( _ sender As Object, _ e As EntityDataBindingValidationEventArgs _ ) |
Parameters
- sender
- Type: System..::.Object
The sender.
- e
- Type: Mindscape.LightSpeed.Web.WebForms..::.EntityDataBindingValidationEventArgs
The EntityDataBindingValidationEventArgs instance containing the event data.