UIView.WillMoveToSuperview(UIView) 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.
Called before the Superview changes.
[Foundation.Export("willMoveToSuperview:")]
public virtual void WillMoveToSuperview (UIKit.UIView newsuper);
abstract member WillMoveToSuperview : UIKit.UIView -> unit
override this.WillMoveToSuperview : UIKit.UIView -> unit
Parameters
- Attributes
Remarks
This method is called by the runtime when assigning the Superview property and is invoked shortly before the change is made.
By default, this method does nothing. Application developers can override the method in order to perform additional processing.