Click or drag to resize
IAircraftList Events

The IAircraftList type exposes the following members.

Events
  NameDescription
Public eventCountChanged
Raised when the count of aircraft has changed. This could be raised from any thread, it needn't be raised on a GUI thread.
Public eventExceptionCaught
Raised when an exception is caught on the background thread. The background thread should not pass ThreadAbortException through this.
(Inherited from IBackgroundThreadExceptionCatcher.)
Public eventTrackingStateChanged
Raised when the aircraft list is started or stopped. Could be raised from any thread.
Top
See Also