Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NChild Class / CreateChildDelegate Property


In This Topic
    CreateChildDelegate Property
    In This Topic
    Gets or sets the delagate that is called when the child node needs to be created on demand. If the value of this property is null, by default the child will create a new instance of the child DomType property. By default set to null;
    Syntax
    'Declaration
     
    
    Public Property CreateChildDelegate As Nevron.Nov.FunctionResult(Of NNode,NNode,NChild)
    'Usage
     
    
    Dim instance As NChild
    Dim value As Nevron.Nov.FunctionResult(Of NNode,NNode,NChild)
     
    instance.CreateChildDelegate = value
     
    value = instance.CreateChildDelegate
    public Nevron.Nov.FunctionResult<NNode,NNode,NChild> CreateChildDelegate {get; set;}
    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