C# Class VKClient.Video.VideoCatalog.CreateEditVideoAlbumPage

Inheritance: PageBase
Datei anzeigen Open project: Makzz90/VKClient_re

Private Properties

Property Type Description
BuildAppBar void
CreateEditVideoAlbumPage_Loaded void
InitializeComponent void
UpdateAppBar void
_appBarButtonCancel_Click void
_appBarButtonCommit_Click void
vm_PropertyChanged void

Public Methods

Method Description
CreateEditVideoAlbumPage ( ) : Microsoft.Phone.Shell

Protected Methods

Method Description
HandleOnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
BuildAppBar ( ) : void
CreateEditVideoAlbumPage_Loaded ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
UpdateAppBar ( ) : void
_appBarButtonCancel_Click ( object sender, EventArgs e ) : void
_appBarButtonCommit_Click ( object sender, EventArgs e ) : void
vm_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

CreateEditVideoAlbumPage() public method

public CreateEditVideoAlbumPage ( ) : Microsoft.Phone.Shell
return Microsoft.Phone.Shell

HandleOnNavigatedTo() protected method

protected HandleOnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void