NetProxy.ClientConnected Event

FFF3PP

NetProxyClientConnected Event

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "E:Furcadia.Net.NetProxy.ClientConnected"]

Namespace:  Furcadia.Net
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
protected event NetProxyActionDelegate ClientConnected
Protected Event ClientConnected As NetProxyActionDelegate

Dim handler As NetProxyActionDelegate

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

Value

Type: Furcadia.NetNetProxyActionDelegate
See Also