Click or drag to resize
CalculationWorks Logo
BcfColumnPropertyDescriptorSetValue Method
When overridden in a derived class, sets the value of the component to a different value.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public override void SetValue(
	Object component,
	Object value
)

Parameters

component
Type: SystemObject
The component with the property value that is to be set.
value
Type: SystemObject
The new value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncomponent
See Also