IReceiverLocationsViewCloseClicked Event |
Raised when the user closes the dialog. The currently selected location should be validated and used.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler CloseClicked
Event CloseClicked As EventHandler
event EventHandler^ CloseClicked {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract CloseClicked : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also