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

Specifies the event arguments of the semantic search event.

Definition

Namespace:Telerik.Blazor.Components.Common.Grid.SmartBox

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SmartBoxSemanticSearchEventArgs : SmartBoxPanelBaseEventArgs, ICancellableEventArgs

Inheritance: objectEventArgsSmartBoxPanelBaseEventArgsSmartBoxSemanticSearchEventArgs

Derived Classes: GridSmartBoxSemanticSearchEventArgs

Implements: ICancellableEventArgs

Inherited Members SmartBoxPanelBaseEventArgs.IsCancelledEventArgs.Empty

Constructors

C#
public SmartBoxSemanticSearchEventArgs()

Properties

The search text.

C#
public string Text { get; }