IFlightSimulatorXViewCloseClicked Event |
Raised when the view is shutting down.
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