Property | Type | Description | |
---|---|---|---|
OnAddCategoryClicked | void | ||
OnInputChanged | void | ||
OnVisibilityChanged | void | ||
TryGetSourceUri |
Method | Description | |
---|---|---|
AddCategoryControl ( Engine engine ) : MahApps.Metro.Controls |
Constructs a new AddCategoryControl instance. Initializes control inputs.
|
|
Reset ( ) : void |
Clears the input/state of the control.
|
Method | Description | |
---|---|---|
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 ) : |
Attempts to parse and return a valid HTTP or HTTPS URI from the supplied string.
|
public AddCategoryControl ( Engine engine ) : MahApps.Metro.Controls | ||
engine | Engine | |
return | MahApps.Metro.Controls |