IBackgroundWorkerDoWork Event |
Raised on the background thread.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler DoWork
Event DoWork As EventHandler
event EventHandler^ DoWork {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract DoWork : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also