Occurs when the page is initializing.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public event EventHandler<InitializeEventArgs> DataInitialize
Visual Basic
Public Event DataInitialize As EventHandler(Of InitializeEventArgs)
Visual C++
public:
 event EventHandler<InitializeEventArgs^>^ DataInitialize {
	void add (EventHandler<InitializeEventArgs^>^ value);
	void remove (EventHandler<InitializeEventArgs^>^ value);
}

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