private void OnSimulationStateChanged() { SimulationStateChanged?.Invoke(this, new SimulationStateEventArgs(State)); }
/// <summary> /// Trigger for the simulation state change event. /// </summary> public void OnSimulationStateChanged() { SimulationStateChanged?.Invoke(this, EventArgs.Empty); }