I am writing an app in Silverlight 3 using the Application Navigation template. So each page has a Loaded event, however I don't see a Closing event or an Unloaded event.
Does this concept even exist in SL3? For instance, how do I dispose of resources when this particular page closes and I navigate to another page in my app?