Event arguments used for events where we are dealing with validation results from a data binding operation for the EntityDataBinder

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#
public class EntityDataBindingValidationEventArgs : EventArgs
Visual Basic (Declaration)
Public Class EntityDataBindingValidationEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Mindscape.LightSpeed.Web.WebForms..::.EntityDataBindingValidationEventArgs

See Also