Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NSplit1DShapeEventArgs Class / NSplit1DShapeEventArgs Constructor


In This Topic
    NSplit1DShapeEventArgs Constructor
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal domEvent As NEvent, _
       ByVal targetNode As NPageInteraction, _
       ByVal splittingShape As NShape, _
       ByVal splitted1DShape As NShape, _
       ByVal splittedClone1DShape As NShape _
    )
    'Usage
     
    
    Dim domEvent As NEvent
    Dim targetNode As NPageInteraction
    Dim splittingShape As NShape
    Dim splitted1DShape As NShape
    Dim splittedClone1DShape As NShape
     
    Dim instance As New NSplit1DShapeEventArgs(domEvent, targetNode, splittingShape, splitted1DShape, splittedClone1DShape)

    Parameters

    domEvent
    targetNode
    splittingShape
    splitted1DShape
    splittedClone1DShape
    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