alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FocusOutEventArgs

    Provides data for the TextBox focus out event that occurs when the component loses focus. This event is triggered when the user clicks outside the TextBox or navigates away from it.

    Inheritance
    object
    FocusOutEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FocusOutEventArgs

    Constructors

    FocusOutEventArgs()

    Declaration
    public FocusOutEventArgs()

    Properties

    Container

    Gets the TextBox container element.

    Declaration
    public ElementReference Container { get; set; }
    Property Value
    Type Description
    ElementReference

    An ElementReference that represents the container element of the TextBox.

    Event

    Gets the event parameters from TextBox.

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

    An EventArgs object that contains the event data associated with the TextBox event.

    Value

    Gets the current entered value of the TextBox when focus is lost.

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

    A string representing the current value, or null if no value is entered.

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