C# Class KompShopMVVM.KompShop.Views.KomponentaDetailView

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: ooad-2015-2016/Obavijesti

Public Methods

Method Description
KomponentaDetailView ( ) : KompShopMVVM.KompShop.ViewModels

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
ThisPage_BackRequested ( object sender, BackRequestedEventArgs e ) : void

Method Details

KomponentaDetailView() public method

public KomponentaDetailView ( ) : KompShopMVVM.KompShop.ViewModels
return KompShopMVVM.KompShop.ViewModels

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void