NetworkVis.UniversePadPoint.OnAnimationComplete C# (CSharp) Méthode

OnAnimationComplete() private méthode

private OnAnimationComplete ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void OnAnimationComplete(object sender, EventArgs e)
        {
            AnimationTimeline at = sender as AnimationTimeline;
            if (at != null)
                at.Completed -= OnAnimationComplete;

        }