UIView.MovedToWindow 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("didMoveToWindow")]
public virtual void MovedToWindow ();
abstract member MovedToWindow : unit -> unit
override this.MovedToWindow : unit -> unit
- Attributes
Remarks
Application developers can override this method to perform additional calculations whent he Window changes.
This method is called on all members of the UIView's view hierarchy when the Window property changes.