Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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 _
    )
    'Usage
     
    
    Dim value As Double
     
    Dim instance As New GaugeValueEventArgs(value)
    public GaugeValueEventArgs( 
       double value
    )

    Parameters

    value
    See Also