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

Event arguments of the OnMessageUnpin event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChatMessageUnpinEventArgs

Inheritance: objectChatMessageUnpinEventArgs

Constructors

C#
public ChatMessageUnpinEventArgs()

Properties

The ID of the message that was unpinned.

C#
public string MessageId { get; set; }