SKCanvasView.WillMoveToWindow(UIWindow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the view is about to move to a window.
public override void WillMoveToWindow(UIKit.UIWindow window);
Parameters
- window
- UIWindow
The window to which the view is being added, or null if the view is being removed from a window.