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:
C#
public class DropDownTreeCloseEventArgs : ICancellableEventArgs
Inheritance: objectDropDownTreeCloseEventArgs
Implements:
Constructors
C#
public DropDownTreeCloseEventArgs()
Properties
Set to true to prevent the dropdown from closing. Use for validation or confirmation before closing.
C#
public bool IsCancelled { get; set; }
Implements: