ChatBuilder.OnTypingEnd(RazorBlock) Method
A function that is called 2 seconds after a user stops typing or after a message is entered. Mirrors the client-side onTypingEnd option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ChatBuilder OnTypingEnd(
RazorBlock jsFunc
)
Parameters
| Name | Type | Description |
|---|---|---|
| jsFunc | RazorBlock | The Razor |
Returns
| Type | Description |
|---|---|
| ChatBuilder | A reference to this instance after the method is called. |
See Also