protected virtual void OnFadeOutCompleted(SequentialStoryboardItem ssbi) { RaiseOnFadeOutComplete(); }
private void ProfileItem_ProfileActionsFadeOutAnimationCompleted(SequentialStoryboardItem ssbi) { OnProfileActionsFadedOut?.Invoke(); }
private void FadeOut_Completed(SequentialStoryboardItem ssbi) { OnFadeOutCompleted(ssbi); }
private void ExpandProfile2_Completed(SequentialStoryboardItem ssbi) { _templatePart_ProfileItem2.FadeInActions(); }