Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NBindingFx Class / TwoWayBind Method


In This Topic
    TwoWayBind Method
    In This Topic
    Creates a two way binding between the specified elements properties.
    Syntax
    'Declaration
     
    
    Public Shared Sub TwoWayBind( _
       ByVal element1 As NElement, _
       ByVal element1Property As NProperty, _
       ByVal element2 As NElement, _
       ByVal element2Property As NProperty _
    ) 
    'Usage
     
    
    Dim element1 As NElement
    Dim element1Property As NProperty
    Dim element2 As NElement
    Dim element2Property As NProperty
     
    NBindingFx.TwoWayBind(element1, element1Property, element2, element2Property)

    Parameters

    element1
    element1Property
    element2
    element2Property
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also