client/src/Iri.Modernisation.Controls/View/ClickMenu/ClickMenuItem.xaml.cs
changeset 27 f292db96b050
parent 8 2482ddb44cb6
equal deleted inserted replaced
26:44a2dc869e28 27:f292db96b050
    44 		{
    44 		{
    45 			// Required to initialize variables
    45 			// Required to initialize variables
    46 			InitializeComponent();
    46 			InitializeComponent();
    47 		}
    47 		}
    48 
    48 
    49 		private void MouseEnter(object sender, System.Windows.Input.MouseEventArgs e)
    49 		private void OnMouseEnter(object sender, System.Windows.Input.MouseEventArgs e)
    50 		{
    50 		{
    51             OnEnter();
    51             OnEnter();
    52          
    52          
    53 		}
    53 		}
    54 
    54