Example #1
0
 protected virtual void OnAnimationCompleted(AnimationCompletedEventArg e)
 {
     if (AnimationCompleted != null)
     {
         AnimationCompleted(this, e);
     }
 }
Example #2
0
 protected virtual void OnAnimationCompleted(AnimationCompletedEventArg e)
 {
     if (AnimationCompleted != null)
         AnimationCompleted(this, e);
 }