NSObject.AwakeFromNib 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 after the object has been loaded from the nib file. Overriders must call base.AwakeFromNib().
[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("awakeFromNib")]
[ObjCRuntime.RequiresSuper]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AwakeFromNib ();
[Foundation.Export("awakeFromNib")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AwakeFromNib ();
abstract member AwakeFromNib : unit -> unit
override this.AwakeFromNib : unit -> unit
- Attributes