Ejemplo n.º 1
0
 ///--------------------------------------------------------------------------------
 /// <summary>Raise the ElementClosed event on mouse leave.</summary>
 ///
 /// <param name="sender">The sender</param>
 /// <param name="e">Event args</param>
 ///--------------------------------------------------------------------------------
 void element_MouseLeave(object sender, System.Windows.Input.MouseEventArgs e)
 {
     if (ParentGrid != null)
     {
         ParentGrid.RaiseElementClosed();
     }
 }