ChessBoardVisualLib.ViewModel.SquareItem.OnAnimationFinished C# (CSharp) Method

OnAnimationFinished() private method

private OnAnimationFinished ( ) : void
return void
        private void OnAnimationFinished()
        {
            if (this.MoveAnimationFinished != null)
                this.MoveAnimationFinished(this, EventArgs.Empty);
        }