NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.Begin

Signals the object that loading of all peer components and property sets are complete. It should be possible to invoke any property get or set after calling this method. Note that a sideeffect of this method is the creation of the parent control's handle, therefore, this control must be parented before begin is called

[Visual Basic]
Overridable Public Sub Begin()
[C#]
public virtual void Begin();
[C++]
public: virtual void Begin();
[JScript]
public function Begin();

See Also

AxHost Class | AxHost Members | System.WinForms Namespace | IRequireBegin