New to Telerik UI for BlazorStart a free 30-day trial

Event arguments of the OnSuggestionSelect event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ChatSuggestionClickEventArgs : ICancellableEventArgs

Inheritance: objectChatSuggestionClickEventArgs

Implements: ICancellableEventArgs

Constructors

C#
public ChatSuggestionClickEventArgs()

Properties

Allows you to cancel the event by setting this property to true.

C#
public bool IsCancelled { get; set; }

Implements: ICancellableEventArgs.IsCancelled

The suggestion that was selected.

C#
public string Suggestion { get; set; }