protected void OnNavigation(NavigationListEventArgs args) { if (Navigation != null) { Navigation(this, args); } }
protected void OnNavigate(NavigationListEventArgs args) { var copy = Navigate; if (copy != null) { copy(this, args); } }