What error is this when I compile my application?
Severity Code Description Project File Line Suppression State Error CS1061 'BlankPage1' does not contain a definition for 'listView_SelectionChanged' and no extension method 'listView_SelectionChanged' accepting a first argument of type 'BlankPage1' could be found Warning C: Users \ new \ documents \ visual studio 2015 \ Projects \ Alert \ Alert \ BlankPage1.xaml 16 Active
C: \ Users \ new \ documents \ visual studio 2015 \ Projects \ Alert \ Alert \ BlankPage1.xaml (16,105,16,130): error CS1061: 'BlankPage1' does not contain a definition for 'listView_SelectionChanged' and no extension method 'listView_SelectionChanged' accepting a first argument of type 'BlankPage1' could be found (are you missing a directive or an assembly reference?)