Class
MessageResultEventArgs

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.

Declaration

cs-api-definition
public bool CloseAfterReport { get; set; }

Property Value

bool

DataObjectResult

Gets or sets the object value of the post result.

Declaration

cs-api-definition
public object DataObjectResult { get; set; }

Property Value

object

Message

Gets the message that reports the current result.

Declaration

cs-api-definition
public MessageBase Message { get; }

Property Value

MessageBase

PostResultInline

Gets or sets a value that indicates whether text result should be post as an inline message.

Declaration

cs-api-definition
public bool PostResultInline { get; set; }

Property Value

bool

PropertyName

Gets the name of the modified property.

Declaration

cs-api-definition
public string PropertyName { get; }

Property Value

string

ReportType

Gets the message report type.

Declaration

cs-api-definition
public MessageReportType ReportType { get; }

Property Value

MessageReportType

TextMessageResult

Gets or sets the message result that will be post as a text message.

Declaration

cs-api-definition
public string TextMessageResult { get; set; }

Property Value

string