InterfaceIMessageProvider
Interface
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.