Interface IMessageProvider
Defines a contract for displaying messages to users during document editing operations, such as validation warnings or operation results.
Namespace: Telerik.Windows.Documents.Flow.Model.Editing
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IMessageProvider
Methods
ShowMessage(String)
Displays the specified message to the user through the implementation's notification mechanism.
Declaration
void ShowMessage(string message)
Parameters
|
System.String
message
|