Specifies the event arguments of the event.
Definition
Namespace:Telerik.Blazor.Components.Common.Grid.SmartBox
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class SmartBoxPanelBaseEventArgs : EventArgs, ICancellableEventArgs
Inheritance: objectEventArgsSmartBoxPanelBaseEventArgs
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected SmartBoxPanelBaseEventArgs()
Properties
Specifies if the event is cancelled.
C#
public bool IsCancelled { get; set; }
Implements: