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.OnCreateHandle

Inheriting classes should override this method to find out when the handle has been created. Call base.onCreateHandle first.

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

Parameters

e
event

See Also

AxHost Class | AxHost Members | System.WinForms Namespace | AddOnCreateHandle | RemoveOnCreateHandle