ChatBuilder.OnMessageEntered Method
| Name | Parameters | Description |
|---|---|---|
| OnMessageEntered(RazorBlock) | jsFunc | A function that is executed after a message is entered into the chat. Mirrors the client-side onMessageEntered option. |
| OnMessageEntered(String) | jsFunc | A function that is executed after a message is entered into the chat. Mirrors the client-side onMessageEntered option. |