AppBuilderLifetimeOverride Property

Note: This API is now obsolete.
Gets a method to override a lifetime factory.

Definition

Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[ObsoleteAttribute("This property has no effect", true)]
public Func<Type, IApplicationLifetime?>? LifetimeOverride { get; }

Property Value

FuncType, IApplicationLifetime

See Also