System.Windows.Controls.PopupHelper.PopupChild_MouseLeave C# (CSharp) Method

PopupChild_MouseLeave() private method

The mouse has left the popup child's bounds.
private PopupChild_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object The source object.
e System.Windows.Input.MouseEventArgs The event data.
return void
        private void PopupChild_MouseLeave(object sender, MouseEventArgs e)
        {
            OnUpdateVisualStates(EventArgs.Empty);
        }
    }