ComponentOne FinancialChart for WPF
C1.WPF.Localization Namespace / C1LocalizeExtension Class / SetNewValue Method
The new value to be set.



In This Topic
    SetNewValue Method
    In This Topic
    Sets the value of the DependencyProperty to the passed Value
    Syntax
    'Declaration
     
    
    Protected Sub SetNewValue( _
       ByVal newValue As Object _
    ) 
    'Usage
     
    
    Dim instance As C1LocalizeExtension
    Dim newValue As Object
     
    instance.SetNewValue(newValue)
    protected void SetNewValue( 
       object newValue
    )
    protected:
    void SetNewValue( 
       Object^ newValue
    ) 

    Parameters

    newValue
    The new value to be set.
    See Also