Class ChangeEventArgs<T>
Defines the argument for the Change event.
Inheritance
System.Object
ChangeEventArgs<T>
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChangeEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T | . |
Constructors
ChangeEventArgs()
Declaration
public ChangeEventArgs()
Properties
Element
Defines the element.
Declaration
public object Element { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object that represents the element. |
Event
Defines the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The original event arguments for the current event. |
IsInteracted
Defines the boolean that returns true when the value is changed by user interaction, otherwise returns false.
Declaration
public bool IsInteracted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Text
Defines the selected time value as string.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Value
Defines the selected time value of the TimePicker.
Declaration
public T Value { get; set; }
Property Value
Type |
---|
T |