Class
ChatResendMessageEventArgs

The event arguments for the Chat Resend Message event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChatResendMessageEventArgs

Inheritance: objectChatResendMessageEventArgs

Constructors

ChatResendMessageEventArgs()

Declaration

cs-api-definition
public ChatResendMessageEventArgs()

Properties

MessageId

The id of the failed message.

Declaration

cs-api-definition
public string MessageId { get; set; }

Property Value

string