예제 #1
0
        private bool OnHideEffectFinished(object sender, Effect.EffectEventArgs e)
        {
            // If we are set to AutoStage, automatically un-stage the effect.
            if (_autoStage)
            {
                _showHideEffect[1].UnStage();
            }

            return(true);
        }
예제 #2
0
 // Called when the hide poster menu effect has finished.
 private bool OnHidePosterEffectFinished(object source, Effect.EffectEventArgs e)
 {
     UnparentPosterMenu(e.tag);
     return(true);
 }