Nevron .NET Vision
Nevron.UI Namespace / NHyperLinkEventArgs Class / NHyperLinkEventArgs Constructor


In This Topic
    NHyperLinkEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal url As System.String _
    )
    'Usage
     
    
    Dim text As System.String
    Dim url As System.String
     
    Dim instance As New NHyperLinkEventArgs(text, url)
    public NHyperLinkEventArgs( 
       System.string text,
       System.string url
    )

    Parameters

    text
    url
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also