| IApplicationDisconnected Event |
An event invoked when the application disconnects
Namespace: TSD.API.RemotingAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax event EventHandler<EventArgs> Disconnected
Event Disconnected As EventHandler(Of EventArgs)
event EventHandler<EventArgs^>^ Disconnected {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
abstract Disconnected : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
EventHandlerEventArgsSee Also