C# Class NinjaCoder.MvvmCross.Views.OptionsView

Interaction logic for OptionsView.xaml
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
OptionsView ( ) : System.Collections.Generic

Initializes a new instance of the OptionsView class.

ThemeChanged ( object sender, ThemeChangedEventArgs e ) : void

Themes the changed.

Method Details

OptionsView() public méthode

Initializes a new instance of the OptionsView class.
public OptionsView ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ThemeChanged() public méthode

Themes the changed.
public ThemeChanged ( object sender, ThemeChangedEventArgs e ) : void
sender object The sender.
e Scorchio.Infrastructure.EventArguments.ThemeChangedEventArgs The instance containing the event data.
Résultat void