IFlightSimulatorXViewRefreshFlightSimulatorXInformation Event |
Raised by a timer running on the GUI thread. Indicates that the presenter should ask FSX for an update of the
simulated aircraft's position or send updates of real-world aircraft positions to FSX.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler RefreshFlightSimulatorXInformation
Event RefreshFlightSimulatorXInformation As EventHandler
event EventHandler^ RefreshFlightSimulatorXInformation {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract RefreshFlightSimulatorXInformation : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerRemarks
This should be done on the GUI thread because SimConnect doesn't respond well when sent messages on a non-GUI thread.
See Also