Class
ActionSheetBeforeHideEventArgs

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

Definition

Namespace:Telerik.Blazor.Components.Common.Sheets

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ActionSheetBeforeHideEventArgs : ICancellableEventArgs

Inheritance: objectActionSheetBeforeHideEventArgs

Implements: ICancellableEventArgs

Constructors

ActionSheetBeforeHideEventArgs()

Declaration

cs-api-definition
public ActionSheetBeforeHideEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled