Class
PopupBeforeShowEventArgs

The class that describes the event arguments of the OnBeforeShow event of the Popup.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PopupBeforeShowEventArgs : ICancellableEventArgs

Inheritance: objectPopupBeforeShowEventArgs

Implements: ICancellableEventArgs

Constructors

PopupBeforeShowEventArgs()

Declaration

cs-api-definition
public PopupBeforeShowEventArgs()

Properties

IsCancelled

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled