Class DatePickerCloseEventArgs
The class that describes the event arguments of the OnClose event of the DatePicker.
Inheritance
System.Object
DatePickerCloseEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class DatePickerCloseEventArgs : Object, ICancellableEventArgs
Constructors
DatePickerCloseEventArgs()
Declaration
public DatePickerCloseEventArgs()
Properties
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|