Class
DropDownTreeCloseEventArgs

Event arguments for the OnClose event. Provides the ability to cancel the popup closing operation.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DropDownTreeCloseEventArgs : ICancellableEventArgs

Inheritance: objectDropDownTreeCloseEventArgs

Implements: ICancellableEventArgs

Constructors

DropDownTreeCloseEventArgs()

Declaration

cs-api-definition
public DropDownTreeCloseEventArgs()

Properties

IsCancelled

Set to true to prevent the dropdown from closing. Use for validation or confirmation before closing.

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled