Interface
IMessageProvider

Defines a contract for displaying messages to users during document editing operations, such as validation warnings or operation results.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Editing

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public interface IMessageProvider

Methods

ShowMessage(string)

Displays the specified message to the user through the implementation's notification mechanism.

Declaration

cs-api-definition
void ShowMessage(string message)

Parameters

message

string

In this article
DefinitionMethodsShowMessage(string)
Not finding the help you need?
Contact Support