menu

Blazor

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

    Show / Hide Table of Contents

    Class TextAreaFocusOutEventArgs

    Interface for focus out event.

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

    Constructors

    TextAreaFocusOutEventArgs()

    Declaration
    public TextAreaFocusOutEventArgs()

    Properties

    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