Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageInteraction Class / GluingShapes Event


In This Topic
    GluingShapes Event
    In This Topic
    Raised when a 1D shape begin or end point needs to be connected to a 2D shape. This is a routable event.
    Syntax
    'Declaration
     
    
    Public Event GluingShapes As Nevron.Nov.Function(Of NGlueShapesEventArgs)
    'Usage
     
    
    Dim instance As NPageInteraction
    Dim handler As Nevron.Nov.Function(Of NGlueShapesEventArgs)
     
    AddHandler instance.GluingShapes, handler
    public event Nevron.Nov.Function<NGlueShapesEventArgs> GluingShapes
    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