An NDoc Documented Class Library

ManagedPage.OnInitComplete Method 

OnInit restores previous view or construct a new one, and then update view from model data.

[Visual Basic]
Overrides Protected Sub OnInitComplete( _ 
   ByVal EventArgs As EventArgs _ 
)
[C#]
protected override void OnInitComplete(
   EventArgs EventArgs
);
[C++]
protected: void OnInitComplete(
   EventArgs* EventArgs
);
[JScript]
protected override function OnInitComplete(
   EventArgs EventArgs
);

See Also

ManagedPage Class | AqDWeb.Base Namespace