The event sent when the connection to statistic server is closed.
This could happen when the statistic server terminates unexpectedly.

C# | Visual Basic | Visual C++ |
event EventHandler StatServerConnectionEnded
Event StatServerConnectionEnded As EventHandler
event EventHandler^ StatServerConnectionEnded { void add (EventHandler^ value); void remove (EventHandler^ value); }