 | BcfReflectedRowViewPropertyDescriptorSetValue Method |
[This is preliminary documentation and is subject to change.]
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: 4.0.0-beta6
Syntaxpublic override void SetValue(
Object component,
Object value
)
Public Overrides Sub SetValue (
component As Object,
value As Object
)
Parameters
- component
- Type: SystemObject
The component with the property value that is to be set. - value
- Type: SystemObject
The new value.
Version InformationForms
Supported in: 4.0
See Also