MonoTouch.UIKit.UIView.WillRemoveSubview Method
Called prior to the removal of a subview.

Syntax

[MonoTouch.Foundation.Export("willRemoveSubview:")]
public virtual void WillRemoveSubview (UIView uiview)

Parameters

uiview
The subview that will be removed.

Remarks

This method is called by the runtime when a MonoTouch.UIKit.UIView is removed from the UIView.Subviews array.

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

Requirements

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