Click or drag to resize
IBaseStationAircraftList Events

The IBaseStationAircraftList 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.
(Inherited from IAircraftList.)
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.
(Inherited from IAircraftList.)
Top
See Also