Furcadia Framework For Third Party Programs
NetProxyClientConnected Event |
[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.NetNetProxyActionDelegateSee Also