Class ChatModeChangingEventArgs
Provides data for the ChatModeChanging event. Inherits from System.ComponentModel.CancelEventArgs so handlers can cancel the mode change by setting System.ComponentModel.CancelEventArgs.Cancel.
Inheritance
System.Object
ChatModeChangingEventArgs
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class ChatModeChangingEventArgs : CancelEventArgs
Constructors
ChatModeChangingEventArgs(ChatMode)
Initializes a new instance of the ChatModeChangingEventArgs class.
Declaration
public ChatModeChangingEventArgs(ChatMode newMode)
Parameters
| Type | Name | Description |
|---|---|---|
| ChatMode | newMode | The ChatMode that the SfAIAssistView is about to transition to. |
Properties
ChatMode
Gets the ChatMode that the SfAIAssistView is about to transition to.
Declaration
public ChatMode ChatMode { get; }
Property Value
| Type |
|---|
| ChatMode |