Click or drag to resize
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.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler RefreshFlightSimulatorXInformation

Value

Type: SystemEventHandler
Remarks
This should be done on the GUI thread because SimConnect doesn't respond well when sent messages on a non-GUI thread.
See Also