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