Class NumericFocusEventArgs<T>
Interface for Focus event.
Inheritance
System.Object
NumericFocusEventArgs<T>
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class NumericFocusEventArgs<T> : Object
Type Parameters
Name | Description |
---|---|
T | Specifies the type of NumericFocusEventArgs. |
Constructors
NumericFocusEventArgs()
Declaration
public NumericFocusEventArgs()
Properties
Container
Returns the NumericTextBox container element.
Declaration
public ElementReference Container { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference |
Event
Returns the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Returns the value of the NumericTextBox.
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |