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