protected void InvokeAnimated(AnimatedEventArgs args) { if (Animated != null) { Animated(this, args); } }
protected void InvokeAnimated( AnimatedEventArgs args ) { if ( Animated != null ) Animated( this, args ); }