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