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 |