Provides information about a typing state change in RadzenChat.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class ChatTypingEventArgsProvides information about a typing state change in RadzenChat.
public ChatTypingEventArgs()Gets or sets whether the participant is typing.
public bool IsTyping { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets whether the participant is typing. |
Gets or sets the participant ID.
public string UserId { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the participant ID. |