Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / LicenseFileLocation Method / LicenseFileLocation(Object,EventArgs) Method

In This Topic
    LicenseFileLocation(Object,EventArgs) Method
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    Public Overloads Function LicenseFileLocation( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) As String
    public string LicenseFileLocation( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also