LifecycleEffect Class
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.
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. |