Ejemplo n.º 1
0
 public T OnEnd(Animation.AnimationHandlerDelegate onEndDelegate)
 {
     this.onAnimationEndDelegate = onEndDelegate;
     return((T)this);
 }
Ejemplo n.º 2
0
 public T OnStart(Animation.AnimationHandlerDelegate onStartDelegate)
 {
     this.onAnimationStartDelegate = onStartDelegate;
     return((T)this);
 }