IUIContentContainer.PreferredContentSizeDidChangeForChildContentContainer 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.
Notifies this controller that the preferred size for content for a specified child container has changed.
[Foundation.Export("preferredContentSizeDidChangeForChildContentContainer:")]
[Foundation.Preserve(Conditional=true)]
public void PreferredContentSizeDidChangeForChildContentContainer (UIKit.IUIContentContainer container);
abstract member PreferredContentSizeDidChangeForChildContentContainer : UIKit.IUIContentContainer -> unit
Parameters
- container
- IUIContentContainer
The child .
- Attributes