Class
ChatReferencedMessageClickEventArgs

Provides data for the OnReferencedMessageClick event of the Chat component. Fires when the user clicks a pinned message indicator or a reply-to preview.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChatReferencedMessageClickEventArgs

Inheritance: objectChatReferencedMessageClickEventArgs

Constructors

ChatReferencedMessageClickEventArgs()

Declaration

cs-api-definition
public ChatReferencedMessageClickEventArgs()

Properties

Id

The ID of the referenced message that was clicked.

Declaration

cs-api-definition
public string Id { get; }

Property Value

string