menu

Blazor

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

    Show / Hide Table of Contents

    Class TextAreaInputEventArgs

    Interface for input event.

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

    Constructors

    TextAreaInputEventArgs()

    Declaration
    public TextAreaInputEventArgs()

    Properties

    PreviousValue

    Returns the previously updated value of the SfTextArea.

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

    Accepts the string value.

    Value

    Returns the entered value of the SfTextArea.

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

    Accepts the string value.

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