Describes the event arguments of the OnClose event of the DateRangePicker component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DateRangePickerCloseEventArgs : ICancellableEventArgs
Inheritance: objectDateRangePickerCloseEventArgs
Implements:
Constructors
C#
public DateRangePickerCloseEventArgs()
Properties
C#
public bool IsCancelled { get; set; }
Implements: