NearbyAircraftChangedEventArgs
USI.Core
Describes a nearby-aircraft change or a provider request to refresh the complete snapshot.
public sealed class NearbyAircraftChangedEventArgs : EventArgsConstructors
NearbyAircraftChangedEventArgs
public NearbyAircraftChangedEventArgs(NearbyAircraftChangeKind changeKind, string identifier)Describes a nearby-aircraft change or a provider request to refresh the complete snapshot.
Properties
ChangeKind
public NearbyAircraftChangeKind ChangeKind { get; }Identifier
public string Identifier { get; }Provider-neutral contact identifier when the provider identifies one added or removed aircraft; otherwise .
