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();
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.
NativeWindow Class | NativeWindow Members | System.WinForms Namespace | NativeWindow | Handle | AssignHandle | CreateHandle | DestroyHandle | ReleaseHandle | WndProc