E_Furcadia_Net_NetProxy_ClientExited - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
protected event EventHandler ClientExited
VB
Protected Event ClientExited As EventHandler
VB Usage
Dim handler As EventHandler
AddHandler Me.ClientExited, handler
C++
protected:
event EventHandler^ ClientExited {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
F#
member ClientExited : IEvent<EventHandler,
EventArgs>
Type: System.EventHandler