Skip to main content
All docs
V26.1
  • AIChatControl.MessageSent Event

    OBSOLETE

    This event is obsolete and will be removed in a future version. Use MessageSending instead.

    Fires after a user sends a message to the chat and allows you to manually process the message.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

    Assembly: DevExpress.AIIntegration.WinForms.Chat.v26.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    [Browsable(false)]
    [DXCategory("Events")]
    [EditorBrowsable(EditorBrowsableState.Never)]
    [Obsolete("This event is obsolete and will be removed in a future version. Use MessageSending instead.")]
    public event EventHandler<AIChatControlMessageSentEventArgs> MessageSent

    Event Data

    The MessageSent event's data class is DevExpress.AIIntegration.Blazor.Chat.WebView.AIChatControlMessageSentEventArgs.

    Remarks

    Note

    This event is obsolete. Handle the MessageSending event instead.

    Refer to the following help topic for additional information: AI Chat Control

    See Also