DynamicLinkerModuleUnloadAborted Event
 | 
Namespace:  Teigha.Runtime
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public event ModuleUnloadAbortedEventHandler ModuleUnloadAborted
 
Public Event ModuleUnloadAborted As ModuleUnloadAbortedEventHandler
 
public:
 event ModuleUnloadAbortedEventHandler^ ModuleUnloadAborted {
        void add (ModuleUnloadAbortedEventHandler^ value);
        void remove (ModuleUnloadAbortedEventHandler^ value);
}
 
member ModuleUnloadAborted : IEvent<ModuleUnloadAbortedEventHandler,
    DynamicLinkerEventArgs>
 
 
 
Value
Type: 
Teigha.RuntimeModuleUnloadAbortedEventHandler 
See Also