UIScrollView.AdjustedContentInsetDidChange 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.
Method that is called when AdjustedContentInset changes.
[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("adjustedContentInsetDidChange")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.RequiresSuper]
public virtual void AdjustedContentInsetDidChange ();
abstract member AdjustedContentInsetDidChange : unit -> unit
override this.AdjustedContentInsetDidChange : unit -> unit
- Attributes