[]
        
(Showing Draft Content)

C1.iOS.Input.C1DropDown.WillMoveToWindow

WillMoveToWindow Method

WillMoveToWindow(UIWindow)

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

Declaration
public override void WillMoveToWindow(UIWindow window)
Parameters
Type Name Description
UIWindow window

Called before the window at the root of the UIKit.UIView's view hierarchy changes.This parameter can be null.