IFlightSimulatorXViewRideAircraftClicked Event |
Raised when the user has indicated that they want to duplicate the position, airspeed, attitude etc. of a real
aircraft in Flight Simulator X.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler RideAircraftClicked
Event RideAircraftClicked As EventHandler
event EventHandler^ RideAircraftClicked {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract RideAircraftClicked : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also