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