Click or drag to resize
IAircraftDetailFetcherFetched Event
Raised when new aircraft details have been fetched for an aircraft.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<EventArgs<AircraftDetail>> Fetched

Value

Type: SystemEventHandlerEventArgsAircraftDetail
Remarks
Note that many aircraft lists may be registering aircraft with the fetcher and all of those aircraft can trigger events. Do not assume that only the aircraft that you registered will have events raised for it.
See Also