Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NBindingFx Class / NBindingFx Constructor / NBindingFx Constructor(NElement,NProperty)


In This Topic
    NBindingFx Constructor(NElement,NProperty)
    In This Topic
    Creates a new binding FX that binds the targetElement:property to the sourceElement:property.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sourceElement As NElement, _
       ByVal sourceProperty As NProperty _
    )
    'Usage
     
    
    Dim sourceElement As NElement
    Dim sourceProperty As NProperty
     
    Dim instance As New NBindingFx(sourceElement, sourceProperty)

    Parameters

    sourceElement
    sourceProperty
    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