UI Controller Life cycle
- Open the ShowProducts class.
- Add to the top of the class a using for System.Diagnostics.
- Override the following methods and add a Debug.WriteLine to display each method name:
- OnLoad
- OnStart
- OnEnterRow
- OnLeaveRow
- OnSavingRow
- OnEnd
- OnUnLoad
- Save changes to Git.
- Build and test
- Run the program.
- Open the Output window and notice the Debug information.
- Go to the next row.
- Notice the Output window.
- Go to the previous row.
- Notice the Output window.
- Make a change to one of the rows and go to the next row.
- Notice the Output window.
- Exit ShowProducts.
- Notice the Output window.
How to open the output windows:
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com