Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NEditShapeHyperlinkCommandAction Class / OnHyperlinkDialogOkClicked Method


In This Topic
    OnHyperlinkDialogOkClicked Method (NEditShapeHyperlinkCommandAction)
    In This Topic
    Called when the user has clicked the OK button in the shape hyperlink dialog.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnHyperlinkDialogOkClicked( _
       ByVal shape As NShape, _
       ByVal shapeHyperlink As NShapeHyperlink _
    ) 
    'Usage
     
    
    Dim instance As NEditShapeHyperlinkCommandAction
    Dim shape As NShape
    Dim shapeHyperlink As NShapeHyperlink
     
    instance.OnHyperlinkDialogOkClicked(shape, shapeHyperlink)
    protected virtual void OnHyperlinkDialogOkClicked( 
       NShape shape,
       NShapeHyperlink shapeHyperlink
    )

    Parameters

    shape
    shapeHyperlink
    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