E_Furcadia_Net_NetProxy_ServerDisconnected - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
This is triggered when the Server Disconnects
Namespace: Furcadia.Net
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public event NetProxy.ActionDelegate ServerDisconnected
VB
Public Event ServerDisconnected As NetProxy.ActionDelegate
VB Usage
Dim instance As NetProxy
Dim handler As NetProxy.ActionDelegate
AddHandler instance.ServerDisconnected, handler
C++
public:
event NetProxy.ActionDelegate^ ServerDisconnected {
void add (NetProxy.ActionDelegate^ value);
void remove (NetProxy.ActionDelegate^ value);
}
F#
member ServerDisconnected : IEvent<NetProxy.ActionDelegate,
EventArgs>