C# Class MediaAppSample.Core.ViewModels.NewViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/TVHelpers

Public Methods

Method Description
NewViewModel ( ) : System

Protected Methods

Method Description
OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
OnRefreshAsync ( CancellationToken ct ) : Task
OnSaveStateAsync ( SaveStateEventArgs e ) : Task

Method Details

NewViewModel() public method

public NewViewModel ( ) : System
return System

OnLoadStateAsync() protected method

protected OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
e LoadStateEventArgs
isFirstRun bool
return Task

OnRefreshAsync() protected method

protected OnRefreshAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
return Task

OnSaveStateAsync() protected method

protected OnSaveStateAsync ( SaveStateEventArgs e ) : Task
e SaveStateEventArgs
return Task