Class TimeBreakEventArgs
Represents the data that is used for describing a time break.
Inheritance
System.Object
TimeBreakEventArgs
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class TimeBreakEventArgs : CancelEventArgs
Properties
Header
Gets or sets the TimeBreak header text.
Declaration
public string Header { get; set; }
Property Value
System.String
|
LastMessageGroup
Gets the last MessageGroup.
Declaration
public MessageGroupViewModel LastMessageGroup { get; }
Property Value
MessageGroupViewModel
|