Class
MessageGroup

MessageGroup is sequence of messages that have the same author.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class MessageGroup : ItemsControl

Inheritance: objectMessageGroup

Constructors

MessageGroup()

Initializes a new instance of the MessageGroup class.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public MessageGroup()

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

OnMessagesItemChanged(object, ItemChangedEventArgs<InlineViewModel>)

Invoked when a child messages raises PropertyChanged event.

Declaration

cs-api-definition
protected virtual void OnMessagesItemChanged(object sender, ItemChangedEventArgs<InlineViewModel> e)

Parameters

sender

object

e

ItemChangedEventArgs<InlineViewModel>