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!

NativeWindow.OnHandleChange

Specifies a notification method that is called when the handle for a window is changed.

[Visual Basic]
Overridable Protected Sub OnHandleChange()
[C#]
protected virtual void OnHandleChange();
[C++]
protected: virtual void OnHandleChange();
[JScript]
protected function OnHandleChange();

Remarks

This method is invoked when the value of the Handle property has changed.

Notes to Inheritors: Override this method to track changes that are made to the window handle.

See Also

NativeWindow Class | NativeWindow Members | System.WinForms Namespace | NativeWindow | Handle | AssignHandle | CreateHandle | DestroyHandle | ReleaseHandle | WndProc