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