Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBoxEventArgs Class / Value Property

In This Topic
    Value Property (C1NumericBoxEventArgs)
    In This Topic
    The changed value
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also