Occurs when the page is initializing.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public event EventHandler<InitializeEventArgs> DataInitialize
Remarks
Use the DataInitialize event to fill the controls based on the property values of the selected object.
The event is a replacement for the InitWithData method of the VB6 Extension Designer object.
See Also