| IApplicationDisconnected Event |
An event invoked when the application disconnects
Namespace: TSD.API.RemotingAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
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