ARXUnloaded Event

Triggered when an ObjectARX application has been unloaded.

See Also | Example

Signature

object.ARXUnloaded(FullPathName)

object

Application
An object expression that evaluates to a valid container object. In this case, the only valid container is the application.

FullPathName

String
The full path and file name of the ObjectARX application that has been unloaded.

Remarks

No events will be fired while a modal dialog is being displayed.

 

   Comments?