UIView.WillMoveToWindow(UIWindow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("willMoveToWindow:")]
public virtual void WillMoveToWindow (UIKit.UIWindow window);
abstract member WillMoveToWindow : UIKit.UIWindow -> unit
override this.WillMoveToWindow : UIKit.UIWindow -> unit
Parameters
- window
- UIWindow
Called before the window at the root of the UIView's view hierarchy changes.
This parameter can be null
.
- Attributes