Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / GaugeValueEventArgs Class / GaugeValueEventArgs Constructor

In This Topic
    GaugeValueEventArgs Constructor
    In This Topic
    Default constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Double _
    )
    public GaugeValueEventArgs( 
       double value
    )

    Parameters

    value
    See Also