UIView.MovedToWindow Method

Definition

Indicates the UIView has had its Window property changed.

[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.

Applies to

See also