NetProxy.ClientDisconnected Event

Furcadia Framework

NetProxyClientDisconnected 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 Client Disconnects

Namespace:  Furcadia.Net
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

protected event NetProxyActionDelegate ClientDisconnected
Protected Event ClientDisconnected As NetProxyActionDelegate

Dim handler As NetProxyActionDelegate

AddHandler Me.ClientDisconnected, handler
protected:
 event NetProxyActionDelegate^ ClientDisconnected {
	void add (NetProxyActionDelegate^ value);
	void remove (NetProxyActionDelegate^ value);
}
member ClientDisconnected : IEvent<NetProxyActionDelegate,
    EventArgs>

Value

Type: Furcadia.NetNetProxyActionDelegate
See Also

Reference