menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextAreaValueChangeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextAreaValueChangeEventArgs

    Interface for value change event.

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

    Constructors

    TextAreaValueChangeEventArgs()

    Declaration
    public TextAreaValueChangeEventArgs()

    Properties

    IsInteracted

    Gets or sets a value indicating whether the event is triggered by user interaction.

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

    true, if the component has been interacted with by the user. Otherwise, false.

    PreviousValue

    Gets the previously entered value of the SfTextArea.

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

    Return the string value.

    Value

    Gets the entered value of the SfTextArea.

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

    Return the string value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved