Share

ModuleUnloadingEventHandler Type

Description

This is type Autodesk.AutoCAD.Runtime.ModuleUnloadingEventHandler.

Visual Basic

Public Delegate Sub ModuleUnloadingEventHandler(object sender, DynamicLinkerEventArgs e) As void

C#

public delegate void ModuleUnloadingEventHandler(object sender, DynamicLinkerEventArgs e);

Was this information helpful?