ReadAutodesk.OnApplicationExit Method

Under some circumstances you can need to call this method if you get an exception after closing the application
Public Shared Sub OnApplicationExit( _ 
ByVal sender As Object, _ 
ByVal e As EventArgs
)
This language is not supported or no code example is available.
public static void OnApplicationExit( 
object sender
EventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

Can be null/Nothing

e
EventArgs

Can be null/Nothing

.NET Framework

Supported in: 4.8

In this article

Definition