IReceiverLocationsViewSelectedLocationChanged Event |
Raised when the user changes the selection in the list of receiver locations.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler SelectedLocationChanged
Event SelectedLocationChanged As EventHandler
event EventHandler^ SelectedLocationChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract SelectedLocationChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also