ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupMaskedTextBox.UnmonitorControl C# (CSharp) Метод

UnmonitorControl() приватный Метод

private UnmonitorControl ( KryptonMaskedTextBox c ) : void
c KryptonMaskedTextBox
Результат void
        private void UnmonitorControl(KryptonMaskedTextBox c)
        {
            c.MouseEnter -= new EventHandler(OnControlEnter);
            c.MouseLeave -= new EventHandler(OnControlLeave);
            c.TrackMouseEnter -= new EventHandler(OnControlEnter);
            c.TrackMouseLeave -= new EventHandler(OnControlLeave);
        }