MonoTouch.UIKit.UIView.WillMoveToWindow Method

This method is called by the runtime when assigning a new MonoTouch.UIKit.UIWindow to the MonoTouch.UIKit.UIView's view hierarcy. This method will be called on all MonoTouch.UIKit.UIViews in the hierarchy, not just the top-level MonoTouch.UIKit.UIView.

By default, this method does nothing. Application developers can override the method in order to perform additional processing.

Syntax

[MonoTouch.Foundation.Export("willMoveToWindow:")]
public virtual void WillMoveToWindow (UIWindow window)

Parameters

window

Called before the window at the root of the MonoTouch.UIKit.UIView's view hierarchy changes.

This parameter can be null.

Remarks

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0