Click or drag to resize
BCExtensionPageControlDataValidated Event
Occurs when the host application is finished with data validation.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public event EventHandler DataValidated

Value

Type: SystemEventHandler
Remarks

Use the DataValidated event to save the values on the page for the selected object.

If any page cancels the DataValidating event, then the event DataValidated will not occur and the pages will remain in Edit mode for the user to correct the problem.

The event is a replacement for the ApplyChanges method of the VB6 Extension Designer object.

See Also