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

The class that describes the event arguments of the OnBeforeShow event of the ActionSheet.

Definition

Namespace:Telerik.Blazor.Components.Common.Sheets

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ActionSheetBeforeShowEventArgs : ICancellableEventArgs

Inheritance: objectActionSheetBeforeShowEventArgs

Implements: ICancellableEventArgs

Constructors

C#
public ActionSheetBeforeShowEventArgs()

Properties

C#
public bool IsCancelled { get; set; }

Implements: ICancellableEventArgs.IsCancelled