IFlightSimulatorXFlightSimulatorXExceptionRaised Event |
Raised whenever Flight Simulator raises an exception.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<EventArgs<FlightSimulatorXException>> FlightSimulatorXExceptionRaised
Event FlightSimulatorXExceptionRaised As EventHandler(Of EventArgs(Of FlightSimulatorXException))
event EventHandler<EventArgs<FlightSimulatorXException^>^>^ FlightSimulatorXExceptionRaised {
void add (EventHandler<EventArgs<FlightSimulatorXException^>^>^ value);
void remove (EventHandler<EventArgs<FlightSimulatorXException^>^>^ value);
}
abstract FlightSimulatorXExceptionRaised : IEvent<EventHandler<EventArgs<FlightSimulatorXException>>,
EventArgs<FlightSimulatorXException>>
Value
Type:
SystemEventHandlerEventArgsFlightSimulatorXExceptionSee Also