ClassMessageResultEventArgs
Class
Provides data for the result of an executed report action.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class MessageResultEventArgs : RoutedEventArgs
Inheritance: objectMessageResultEventArgs
Constructors
MessageResultEventArgs()
Declaration
cs-api-definition
public MessageResultEventArgs()
Properties
CloseAfterReport
Gets or sets a value that indicates whether message should be removed after report.
DataObjectResult
Gets or sets the object value of the post result.
Message
Gets the message that reports the current result.
PostResultInline
Gets or sets a value that indicates whether text result should be post as an inline message.
PropertyName
Gets the name of the modified property.
ReportType
Gets the message report type.
Declaration
cs-api-definition
public MessageReportType ReportType { get; }
Property Value
TextMessageResult
Gets or sets the message result that will be post as a text message.