The class that describes the event arguments of the OnOpen event of the DateTimePicker.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DateTimePickerOpenEventArgs : ICancellableEventArgs
Inheritance: objectDateTimePickerOpenEventArgs
Implements:
Constructors
C#
public DateTimePickerOpenEventArgs()
Properties
C#
public bool IsCancelled { get; set; }
Implements: