You can handle the Button Button Click control (in fact, you can use all the events with the following code), because the Metro HyperLink inherits only the ButtonBase class without any special properties or events, such as NavigateUri.
, .xaml :
this.Frame.Navigate("VideoStoryCreator.ComposePage");