Example #1
0
 /// <summary>
 /// When this object, or a parent object is removed from stage.
 /// </summary>
 public virtual void RemovedFromStage(EventArgs e)
 {
     if (stage != null)
     {
         stage.ObjectRemovedFromStage(this);
     }
     isOnStage = false;
     stage     = null;
 }