C# Class Signal.ViewModels.ThreadViewModel

Inheritance: ViewModelBase, INavigableViewModel, IAmbientColor, IBackAwareViewModel
Datei anzeigen Open project: smndtrl/Signal-UWP

Public Properties

Property Type Description
AmbientColorBrush Windows.UI.Xaml.Media.SolidColorBrush

Public Methods

Method Description
BackRequested ( BackRequestedEventArgs args ) : void
NavigateFrom ( NavigationEventArgs args ) : void
NavigateTo ( NavigationEventArgs args ) : void
ThreadViewModel ( IDataService service, INavigationServiceSignal navService ) : GalaSoft.MvvmLight

Private Methods

Method Description
NavigateBackForWideState ( bool useTransition ) : void
ShouldGoToWideState ( ) : bool
Window_SizeChanged ( object sender, Windows e ) : void

Method Details

BackRequested() public method

public BackRequested ( BackRequestedEventArgs args ) : void
args BackRequestedEventArgs
return void

NavigateFrom() public method

public NavigateFrom ( NavigationEventArgs args ) : void
args Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

NavigateTo() public method

public NavigateTo ( NavigationEventArgs args ) : void
args Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

ThreadViewModel() public method

public ThreadViewModel ( IDataService service, INavigationServiceSignal navService ) : GalaSoft.MvvmLight
service IDataService
navService INavigationServiceSignal
return GalaSoft.MvvmLight

Property Details

AmbientColorBrush public_oe property

public SolidColorBrush,Windows.UI.Xaml.Media AmbientColorBrush
return Windows.UI.Xaml.Media.SolidColorBrush