ActiveReports 12
Validating Event (Toolbox)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : Validating Event
Occurs when the control is validating.
Syntax
'Declaration
 
Public Event Validating As CancelEventHandler
public event CancelEventHandler Validating
Event Data

The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also