ISettingsViewUpdateReceiverLocationsFromBaseStationDatabaseClicked Event |
Raised when the user indicates that they want to refresh the content of the ReceiverLocations list with
locations from the BaseStation database.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler UpdateReceiverLocationsFromBaseStationDatabaseClicked
Event UpdateReceiverLocationsFromBaseStationDatabaseClicked As EventHandler
event EventHandler^ UpdateReceiverLocationsFromBaseStationDatabaseClicked {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract UpdateReceiverLocationsFromBaseStationDatabaseClicked : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also