/// <summary> /// event fire function /// </summary> /// <param name="e">event passed</param> protected virtual void OnServerErrorFunction(OnErrorEventArgs e) { OnServerError(this, e); }
static void Server_OnServerError(object sender, OnErrorEventArgs e) { Debug.Print(e.EventMessage); }