InterfaceIMessageReportSubscriber
Interface
Defines members for connecting to MessageReporter.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public interface IMessageReportSubscriber
Properties
MessageReporter
Gets the assigned MessageReported.
Declaration
cs-api-definition
MessageReporter MessageReporter { get; }
Property Value
Methods
RemoveMessage(MessageBase)
Removes the underlying message.
Declaration
cs-api-definition
void RemoveMessage(MessageBase message)
Parameters
message