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:
C#
public class ActionSheetBeforeHideEventArgs : ICancellableEventArgs
Inheritance: objectActionSheetBeforeHideEventArgs
Implements:
Constructors
C#
public ActionSheetBeforeHideEventArgs()
Properties
C#
public bool IsCancelled { get; set; }
Implements: