Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class / OnApplicationExit Method
Can be null/Nothing
Can be null/Nothing

In This Topic
    OnApplicationExit Method
    In This Topic
    Under some circumstances you can need to call this method if you get an exception after closing the application
    Syntax
    'Declaration
     
    Public Shared Sub OnApplicationExit( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public static void OnApplicationExit( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Can be null/Nothing
    e
    Can be null/Nothing
    See Also