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