Share

ModuleLoadAbortedEventHandler Type

Description

This is type Autodesk.AutoCAD.Runtime.ModuleLoadAbortedEventHandler.

C#

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

Visual Basic

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

Was this information helpful?