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

    Fires after the control is initialized.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    [DXCategory("Events")]
    public event EventHandler<AIChatControlInitializedEventArgs> Initialized

    Event Data

    The Initialized event's data class is DevExpress.AIIntegration.Blazor.Chat.WebView.AIChatControlInitializedEventArgs.

    Remarks

    The AIChatControl hosts the DevExpress Blazor AI Chat component within a BlazorWebView. Handle the Initialized event to access chat content once the control completes initialization. The IsInitialized property returns whether initialization is complete.

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

    See Also