Class
SmartBoxPanelBaseEventArgs

Specifies the event arguments of the event.

Definition

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

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class SmartBoxPanelBaseEventArgs : EventArgs, ICancellableEventArgs

Inheritance: objectEventArgsSmartBoxPanelBaseEventArgs

Derived Classes: SmartBoxAIAssistantPromptRequestEventArgsSmartBoxAIAssistantPromptRequestStopEventArgsSmartBoxSearchEventArgsSmartBoxSemanticSearchEventArgs

Implements: ICancellableEventArgs

Inherited Members EventArgs.Empty

Constructors

SmartBoxPanelBaseEventArgs()

Declaration

cs-api-definition
protected SmartBoxPanelBaseEventArgs()

Properties

IsCancelled

Specifies if the event is cancelled.

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled