The class that describes the event arguments of the OnBeforeHide event of the Popup.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class PopupBeforeHideEventArgs : ICancellableEventArgs
Inheritance: objectPopupBeforeHideEventArgs
Implements:
Constructors
C#
public PopupBeforeHideEventArgs()
Properties
C#
public bool IsCancelled { get; set; }
Implements: