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 |