menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FocusOutEventArgs - API Reference

    Show / Hide Table of Contents

    Class FocusOutEventArgs

    Interface for focus out event.

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

    Constructors

    FocusOutEventArgs()

    Declaration
    public FocusOutEventArgs()

    Properties

    Container

    Gets the TextBox container element.

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

    An Microsoft.AspNetCore.Components.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
    System.EventArgs

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

    Value

    Gets the entered value of the TextBox.

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

    Return the string value.

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