ClassCopyEventArgs
Class
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
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
The chat message associated with the copy event. Cannot be null.