Sets the value of the DependencyProperty to the passed Value

Namespace:  C1.WPF.Localization
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected void SetNewValue(
	Object newValue
)
Visual Basic (Declaration)
Protected Sub SetNewValue ( _
	newValue As Object _
)

Parameters

newValue
Type: System..::..Object
The new value to be set.

See Also