ClassDropDownTreeCloseEventArgs
Class
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:
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.