Betzalel.SimpleMulticastAnalyzer.Infrastructure.HighResolutionTimer.OnStopped C# (CSharp) 메소드

OnStopped() 개인적인 메소드

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

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