C# 클래스 Te.StahpIt.Controls.AddCategoryControl

Interaction logic for AddCategoryControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: TechnikEmpire/StahpIt-WPF 1 사용 예제들

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