Try It Yourself
Practice what you learned in this chapter in an interactive code playground.
The interactive playground at the end of this lesson contains a .NET MAUI project that was set up with various types of triggers and action classes associated with them. We can apply the following modifications to it and see how they would affect the structure of the compiled application:
Applying a property trigger.
Adding a data trigger.
Applying an event trigger.
Applying a device state trigger.
Applying changes to the
EnterActions
andExitActions
...