NetProxy.ServerConnected Event

Furcadia Framework

NetProxyServerConnected 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.]

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

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

protected event NetProxyActionDelegate ServerConnected
Protected Event ServerConnected As NetProxyActionDelegate

Dim handler As NetProxyActionDelegate

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

Value

Type: Furcadia.NetNetProxyActionDelegate
See Also

Reference