Class CopyEventArgs
Provides data for an event that occurs when a chat message is copied.
Inherited Members
Namespace: Telerik.WinControls.UI.ConversationalUI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CopyEventArgs : SendMessageEventArgs
Constructors
CopyEventArgs(ChatMessage)
Initializes a new instance of the CopyEventArgs class using the specified chat message.
Declaration
public CopyEventArgs(ChatMessage message)
Parameters
|
ChatMessage
message
The chat message associated with the copy event. Cannot be null. |
Properties
Handled
Gets or sets a value indicating whether the event has been handled and should not be processed further.
Declaration
public bool Handled { get; set; }
Property Value
|
System.Boolean
|