AIChatControl.ResponseReceived Event
Namespace: DevExpress.AIIntegration.WinForms.Chat
Assembly: DevExpress.AIIntegration.WinForms.Chat.v26.1.dll
Declaration
[DXCategory("Events")]
public event EventHandler<AIChatControlResponseReceivedEventArgs> ResponseReceived
Event Data
The ResponseReceived event's data class is DevExpress.AIIntegration.Blazor.Chat.WebView.AIChatControlResponseReceivedEventArgs.
See Also