AlphaSynth.Player.SynthPlayer.OnPositionChanged C# (CSharp) Метод

OnPositionChanged() защищенный Метод

protected OnPositionChanged ( PositionChangedEventArgs e ) : void
e PositionChangedEventArgs
Результат void
        protected virtual void OnPositionChanged(PositionChangedEventArgs e)
        {
            EventHandler<PositionChangedEventArgs> handler = PositionChanged;
            if (handler != null) handler(this, e);
        }