Interface IMessageProvider
Describes the means to notify the user with information.
Namespace: Telerik.Windows.Documents.Flow.Model.Editing
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IMessageProvider
Methods
ShowMessage(String)
Notifies the user with the provided information.
Declaration
void ShowMessage(string message)
Parameters
System.String
message
|