IReceiverLocationsViewNewLocationClicked Event |
Raised when the user clicks the button to add a new location.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler NewLocationClicked
Event NewLocationClicked As EventHandler
event EventHandler^ NewLocationClicked {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract NewLocationClicked : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also