C# Класс NinjaCoder.MvvmCross.Views.OptionsView

Interaction logic for OptionsView.xaml
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OptionsView ( ) : System.Collections.Generic

Initializes a new instance of the OptionsView class.

ThemeChanged ( object sender, ThemeChangedEventArgs e ) : void

Themes the changed.

Описание методов

OptionsView() публичный Метод

Initializes a new instance of the OptionsView class.
public OptionsView ( ) : System.Collections.Generic
Результат System.Collections.Generic

ThemeChanged() публичный Метод

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.
Результат void