menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumericBlurEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericBlurEventArgs<T>

    Interface for Blur event.

    Inheritance
    System.Object
    NumericBlurEventArgs<T>
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NumericBlurEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Specifies the type of NumericBlurEventArgs.

    Constructors

    NumericBlurEventArgs()

    Declaration
    public NumericBlurEventArgs()

    Properties

    Container

    Returns the NumericTextBox container element.

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

    An Microsoft.AspNetCore.Components.ElementReference object that represents the NumericTextBox container element.

    Event

    Returns the original event arguments.

    Declaration
    public object Event { get; set; }
    Property Value
    Type Description
    System.Object

    The original event arguments for the current event.

    Name

    Specifies name of the event.

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

    Accepts the string value.

    Value

    Returns the value of the NumericTextBox.

    Declaration
    public T Value { get; set; }
    Property Value
    Type
    T
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved