Class
CopyEventArgs

Provides data for an event that occurs when a chat message is copied.

Definition

Namespace:Telerik.WinControls.UI.ConversationalUI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CopyEventArgs : SendMessageEventArgs

Inheritance: objectEventArgsSendMessageEventArgsCopyEventArgs

Inherited Members SendMessageEventArgs.MessageEventArgs.Empty

Constructors

CopyEventArgs(ChatMessage)

Initializes a new instance of the CopyEventArgs class using the specified chat message.

Declaration

cs-api-definition
public CopyEventArgs(ChatMessage message)

Parameters

message

ChatMessage

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

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

Property Value

bool