Event arguments of the OnSuggestionSelect event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ChatSuggestionClickEventArgs : ICancellableEventArgs
Inheritance: objectChatSuggestionClickEventArgs
Implements:
Constructors
C#
public ChatSuggestionClickEventArgs()
Properties
Allows you to cancel the event by setting this property to true.
C#
public bool IsCancelled { get; set; }
Implements:
The suggestion that was selected.
C#
public string Suggestion { get; set; }