Method OnShutDown
OnShutDown()
Called once on the UI thread after a successful TryShutDownAsync() has torn down the navigator. Implementations should release any resources tied to the navigator instance (e.g. unsubscribe from system event handlers) so the instance can be garbage collected and a new navigator can be hooked in its place.
Declaration
protected virtual void OnShutDown()