IFlightSimulatorXAircraftInformationReceived Event |
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<EventArgs<ReadAircraftInformation>> AircraftInformationReceived
Event AircraftInformationReceived As EventHandler(Of EventArgs(Of ReadAircraftInformation))
event EventHandler<EventArgs<ReadAircraftInformation>^>^ AircraftInformationReceived {
void add (EventHandler<EventArgs<ReadAircraftInformation>^>^ value);
void remove (EventHandler<EventArgs<ReadAircraftInformation>^>^ value);
}
abstract AircraftInformationReceived : IEvent<EventHandler<EventArgs<ReadAircraftInformation>>,
EventArgs<ReadAircraftInformation>>
Value
Type:
SystemEventHandlerEventArgsReadAircraftInformationSee Also