MindFusion WinForms Programmer's Guide
IVirtualPropertyProvider.SetValue Method
See Also
 





Sets the value of the specified virtual property.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

void SetValue (
    string propertyName,
    Object value
)

Visual Basic  Copy Code

Sub SetValue( _
    propertyName As String, _
    value As Object _
)

 Parameters

propertyName

The name of the virtual property.

value

The value of the virtual property.

 Remarks

This method is invoked during data-binding of a property that does not exist on an object.

 See Also

IVirtualPropertyProvider Members
IVirtualPropertyProvider Interface
MindFusion.DataBinding Namespace