C# Class NinjaCoder.MvvmCross.Views.OptionsView

Interaction logic for OptionsView.xaml
显示文件 Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Public Methods

Method 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 method

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

ThemeChanged() public method

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.
return void