C# Класс Te.StahpIt.Controls.AddCategoryControl

Interaction logic for AddCategoryControl.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
OnAddCategoryClicked void
OnInputChanged void
OnVisibilityChanged void
TryGetSourceUri System.Uri

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

Метод Описание
AddCategoryControl ( Engine engine ) : MahApps.Metro.Controls

Constructs a new AddCategoryControl instance. Initializes control inputs.

Reset ( ) : void

Clears the input/state of the control.

Приватные методы

Метод Описание
OnAddCategoryClicked ( object sender, System e ) : void
OnInputChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
OnVisibilityChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
TryGetSourceUri ( string uriString ) : Uri

Attempts to parse and return a valid HTTP or HTTPS URI from the supplied string.

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

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

Constructs a new AddCategoryControl instance. Initializes control inputs.
/// In the event that the supplied Engine instance is null, will throw ArgumentException. ///
public AddCategoryControl ( Engine engine ) : MahApps.Metro.Controls
engine Engine
Результат MahApps.Metro.Controls

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

Clears the input/state of the control.
public Reset ( ) : void
Результат void