Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChangedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChangedEventArgs

    Interface for changed event.

    Inheritance
    System.Object
    ChangedEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChangedEventArgs : Object

    Constructors

    ChangedEventArgs()

    Declaration
    public ChangedEventArgs()

    Properties

    Container

    Returns the TextBox container element

    Declaration
    public ElementReference Container { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    Event

    Returns the event parameters from TextBox.

    Declaration
    public EventArgs Event { get; set; }
    Property Value
    Type Description
    System.EventArgs

    IsInteracted

    Returns the original event.

    Declaration
    public bool IsInteracted { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsInteraction

    DEPRECATED-Returns the original event.

    Declaration
    public bool IsInteraction { get; set; }
    Property Value
    Type Description
    System.Boolean

    PreviousValue

    Returns the previously entered value of the TextBox.

    Declaration
    public string PreviousValue { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Returns the entered value of the TextBox.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved