IFlightSimulatorXViewCanBeRefreshed Property |
Gets a value indicating to the presenter that the view is on show and should be refreshed.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool CanBeRefreshed { get; }
ReadOnly Property CanBeRefreshed As Boolean
Get
property bool CanBeRefreshed {
bool get ();
}
abstract CanBeRefreshed : bool with get
Property Value
Type:
BooleanSee Also