New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public class CopyEventArgs : SendMessageEventArgs

Inheritance: objectEventArgsSendMessageEventArgsCopyEventArgs

Inherited Members SendMessageEventArgs.MessageEventArgs.Empty

Constructors

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

C#
public CopyEventArgs(ChatMessage message)
Parameters:messageChatMessage

The chat message associated with the copy event. Cannot be null.

Properties

Gets or sets a value indicating whether the event has been handled and should not be processed further.

C#
public bool Handled { get; set; }