//This method is called whenever there is a change to the model or the threshold. It updates the prediction and diagnostic tabs. protected void UpdatePredictionTab() { //Work's done; let's go home. if (UpdateReadyForModel != null) { UpdateModelEvent e = new UpdateModelEvent(this.PackModelState()); UpdateReadyForModel(this, e); } }