|
NetProxyClientExited Event
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Occurs when the furcadia client exits.
Namespace:
Furcadia.Net.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax protected event EventHandler ClientExited
Protected Event ClientExited As EventHandler
Dim handler As EventHandler
AddHandler Me.ClientExited, handler
protected:
event EventHandler^ ClientExited {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member ClientExited : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also