Class
ChatMessageUnpinEventArgs

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChatMessageUnpinEventArgs

Inheritance: objectChatMessageUnpinEventArgs

Constructors

ChatMessageUnpinEventArgs()

Declaration

cs-api-definition
public ChatMessageUnpinEventArgs()

Properties

MessageId

The ID of the message that was unpinned.

Declaration

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

Property Value

string