Share via


LifecycleEffect Class

Definition

An effect to subscribe to the View's lifecycle events.

public class LifecycleEffect : Xamarin.Forms.RoutingEffect
Inheritance
LifecycleEffect

Constructors

LifecycleEffect()

Constructor for the LifecycleEffect

Events

Loaded

Event that is triggered when the View is loaded and is ready for use.

Unloaded

Event that is triggered when the View is unloaded and isn't ready for use.

Applies to