Class
ChatSuggestionClickEventArgs

Event arguments of the OnSuggestionSelect event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ChatSuggestionClickEventArgs : ICancellableEventArgs

Inheritance: objectChatSuggestionClickEventArgs

Implements: ICancellableEventArgs

Constructors

ChatSuggestionClickEventArgs()

Declaration

cs-api-definition
public ChatSuggestionClickEventArgs()

Properties

IsCancelled

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

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled

Suggestion

The suggestion that was selected.

Declaration

cs-api-definition
public string Suggestion { get; set; }

Property Value

string