|
NetProxyClientDisconnected Event
|
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.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax protected event ClientBaseActionDelegate ClientDisconnected
Protected Event ClientDisconnected As ClientBaseActionDelegate
Dim handler As ClientBaseActionDelegate
AddHandler Me.ClientDisconnected, handler
protected:
event ClientBaseActionDelegate^ ClientDisconnected {
void add (ClientBaseActionDelegate^ value);
void remove (ClientBaseActionDelegate^ value);
}
member ClientDisconnected : IEvent<ClientBaseActionDelegate,
EventArgs>
Value
Type:
Furcadia.Net.DirectConnectionClientBaseActionDelegateSee Also