IUserInformer Interface

Informs the user in a platform specific way: supports alerts and navigation to external URLs.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public interface IUserInformer

Methods

NavigateTo(String) Parses the specified string as absolute URI, checks it and navigates to it in a platform specific way.
NavigateTo(Uri) Checks the specified absolute URI and navigates to it in a platform specific way.
ShowAlert Shows an alert message using AppShortTitle as the title of the message box.

Events

Alerting Raised before the alert is shown by ShowAlert(String, AlertLevel).
Navigating Raised before URL is opened by NavigateTo(String) or NavigateTo(Uri).

See Also