NetProxy.ServerDisconnected Event

Furcadia Framework

NetProxyServerDisconnected Event

Furcadia Framework For Third Party Programs
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 42
Syntax

public event NetProxyActionDelegate ServerDisconnected
Public Event ServerDisconnected As NetProxyActionDelegate

Dim instance As NetProxy
Dim handler As NetProxyActionDelegate

AddHandler instance.ServerDisconnected, handler
public:
 event NetProxyActionDelegate^ ServerDisconnected {
	void add (NetProxyActionDelegate^ value);
	void remove (NetProxyActionDelegate^ value);
}
member ServerDisconnected : IEvent<NetProxyActionDelegate,
    EventArgs>

Value

Type: Furcadia.NetNetProxyActionDelegate
See Also

Reference