protected void OnRaiseAnimationCallbackEvent(AnimationCallbackEventArgs e) { EventHandler <AnimationCallbackEventArgs> handler = RaiseAnimationCallbackEvent; if (handler != null) { handler(this, e); } }
protected void OnRaiseAnimationCallbackEvent(AnimationCallbackEventArgs e) { EventHandler<AnimationCallbackEventArgs> handler = RaiseAnimationCallbackEvent; if (handler != null) handler(this, e); }