void OnCancelAnimationButtonClicked(object sender, EventArgs e) { boxView.CancelAnimation(); label.CancelAnimation(); this.CancelAnimation(); SetIsEnabledCancelButtonState(false); }