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

Syntax

[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 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: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0