Betzalel.SimpleMulticastAnalyzer.Infrastructure.HighResolutionTimer.OnStopped C# (CSharp) Method

OnStopped() private method

private OnStopped ( EventArgs e ) : void
e System.EventArgs
return void
        private void OnStopped(EventArgs e)
        {
            EventHandler handler = Stopped;

              if (handler != null)
              {
            handler(this, e);
              }
        }