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


In This Topic
    NBindingFx Constructor(NBindingFx,NDomDeepCopyContext)
    In This Topic
    Default constructor
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal EEfb As NBindingFx, _
       ByVal fEfb As NDomDeepCopyContext _
    )
    'Usage
     
    
    Dim EEfb As NBindingFx
    Dim fEfb As NDomDeepCopyContext
     
    Dim instance As New NBindingFx(EEfb, fEfb)
    internal NBindingFx( 
       NBindingFx EEfb,
       NDomDeepCopyContext fEfb
    )

    Parameters

    EEfb
    fEfb
    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