alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChatModeChangedEventArgs

    Provides data for the ChatModeChanged event.

    Inheritance
    System.Object
    ChatModeChangedEventArgs
    Namespace: Syncfusion.Maui.AIAssistView
    Assembly: Syncfusion.Maui.AIAssistView.dll
    Syntax
    public class ChatModeChangedEventArgs : EventArgs

    Constructors

    ChatModeChangedEventArgs(ChatMode)

    Initializes a new instance of the ChatModeChangedEventArgs class.

    Declaration
    public ChatModeChangedEventArgs(ChatMode newMode)
    Parameters
    Type Name Description
    ChatMode newMode

    The ChatMode that the SfAIAssistView has transitioned to.

    Properties

    ChatMode

    Gets the ChatMode that the SfAIAssistView has transitioned to.

    Declaration
    public ChatMode ChatMode { get; }
    Property Value
    Type
    ChatMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved