'Declaration Function Add( _ ByVal propertyName As String, _ ByVal formula As String, _ Optional ByVal converter As IValueConverter _ ) As Boolean
'Usage Dim instance As IBindings Dim propertyName As String Dim formula As String Dim converter As IValueConverter Dim value As Boolean value = instance.Add(propertyName, formula, converter)
bool Add( string propertyName, string formula, IValueConverter converter )
Parameters
- propertyName
- The property name.
- formula
- The formula text to bind.
- converter
- The converter to convert value of the binding source.