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


In This Topic
    NGlueShapesEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal vGxh As NEvent, _
       ByVal WGxh As NPageInteraction, _
       ByVal xGxh As NShape, _
       ByVal YGxh As NShape, _
       ByVal Ahxh As System.Boolean _
    )
    'Usage
     
    
    Dim vGxh As NEvent
    Dim WGxh As NPageInteraction
    Dim xGxh As NShape
    Dim YGxh As NShape
    Dim Ahxh As System.Boolean
     
    Dim instance As New NGlueShapesEventArgs(vGxh, WGxh, xGxh, YGxh, Ahxh)
    internal NGlueShapesEventArgs( 
       NEvent vGxh,
       NPageInteraction WGxh,
       NShape xGxh,
       NShape YGxh,
       System.bool Ahxh
    )

    Parameters

    vGxh
    WGxh
    xGxh
    YGxh
    Ahxh
    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