ClassChatSuggestionClickEventArgs
Class
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:
Constructors
ChatSuggestionClickEventArgs()
Declaration
cs-api-definition
public ChatSuggestionClickEventArgs()
Properties
IsCancelled
Allows you to cancel the event by setting this property to true
.
Suggestion
The suggestion that was selected.