Class ActionSheetBeforeHideEventArgs
The class that describes the event arguments of the OnBeforeHide event of the ActionSheet.
Inheritance
System.Object
ActionSheetBeforeHideEventArgs
Namespace: Telerik.Blazor.Components.Common.Sheets
Assembly: Telerik.Blazor.dll
Syntax
public class ActionSheetBeforeHideEventArgs : Object, ICancellableEventArgs
Constructors
ActionSheetBeforeHideEventArgs()
Declaration
public ActionSheetBeforeHideEventArgs()
Properties
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|