UIView.MovedToSuperview 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("didMoveToSuperview")]
public virtual void MovedToSuperview ();
abstract member MovedToSuperview : unit -> unit
override this.MovedToSuperview : unit -> unit
- Attributes
Remarks
Application developers can override this method to perform additional calculations when the Superview changes.
This method is only called on the immediate descendants of the Superview.