BCExtensionPageControlDataValidated Event |
Occurs when the host application is finished with data validation.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public event EventHandler DataValidated
Public Event DataValidated As EventHandler
public:
event EventHandler^ DataValidated {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member DataValidated : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerRemarks
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