Class ChatTypingEventArgs
Provides information about a typing state change in RadzenChat.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class ChatTypingEventArgs
Constructors
ChatTypingEventArgs()
Provides information about a typing state change in RadzenChat.
Declaration
public ChatTypingEventArgs()
Properties
IsTyping
Gets or sets whether the participant is typing.
Declaration
public bool IsTyping { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
UserId
Gets or sets the participant ID.
Declaration
public string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |