InterfaceIMessageReportSubscriber
Interface
Defines members for connecting to MessageReporter.
Definition
Namespace:Telerik.UI.Xaml.Controls.ConversationalUI
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IMessageReportSubscriber
Derived Classes:
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