Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / DependencyPropertyChangedEventArgs Class / DependencyPropertyChangedEventArgs Constructor


In This Topic
    DependencyPropertyChangedEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newValue As Object _
    )
    'Usage
     
    
    Dim newValue As Object
     
    Dim instance As New DependencyPropertyChangedEventArgs(newValue)
    public DependencyPropertyChangedEventArgs( 
       object newValue
    )

    Parameters

    newValue
    See Also