Class

FlightPlanChangedEventArgs

USI.Core

A normalized notification raised after USI has observed a flight-plan change and refreshed its common plan metadata.

public sealed class FlightPlanChangedEventArgs : EventArgs

Constructors

FlightPlanChangedEventArgs

public FlightPlanChangedEventArgs(FlightPlanChangeKind changeKind, int? waypointCount, int? activeWaypointIndex)

Properties

ActiveWaypointIndex

public int? ActiveWaypointIndex { get; }

ChangeKind

public FlightPlanChangeKind ChangeKind { get; }

WaypointCount

public int? WaypointCount { get; }