Core Library for WPF | ComponentOne
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 _
    ) 
    protected void SetNewValue( 
       object newValue
    )

    Parameters

    newValue
    The new value to be set.
    See Also