menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChangeEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    true, if the current event changed by user interaction. Otherwise, false.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved