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