AlphaSynth.Player.WebWorkerOutput.OnPositionChanged C# (CSharp) Méthode

OnPositionChanged() protected méthode

protected OnPositionChanged ( int obj ) : void
obj int
Résultat void
        protected virtual void OnPositionChanged(int obj)
        {
            Action<int> handler = PositionChanged;
            if (handler != null) handler(obj);
        }