Eyeshot 10 WinForms API Reference
OnApplicationExit Method

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadAutodesk Class : OnApplicationExit Method
Can be null/Nothing
Can be null/Nothing
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

Reference

ReadAutodesk Class
ReadAutodesk Members