UIScrollView.AdjustedContentInsetDidChange Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Método al que se llama cuando AdjustedContentInset cambia.
[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
- Atributos