IMainViewToggleUPnpStatus Event |
Raised when the user has indicated that they want to put the server onto or take the server off the Internet.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler ToggleUPnpStatus
Event ToggleUPnpStatus As EventHandler
event EventHandler^ ToggleUPnpStatus {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract ToggleUPnpStatus : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also