Share

ModuleUnloadAbortedEventHandler Type

Description

This is type Autodesk.AutoCAD.Runtime.ModuleUnloadAbortedEventHandler.

Visual Basic

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

C#

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

Was this information helpful?